TAS Knowledge Base
react
Build user interfaces from components
React lets you build user interfaces out of individual pieces called components. Create your own React components like Thumbnail, LikeButton, and Video. Then combine them into entire screens, pages, and apps.
React components are JavaScript functions.
example videolist.js: