Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 405 Bytes

File metadata and controls

17 lines (9 loc) · 405 Bytes

ReactJS

a JS library for building UIs

  • desing simple views for each state in app, React will update and render right component on data changes

  • create encapuslated components in JS managing their own state, composed to create complex UIs

  • can also render on server using Node, power mobile apps using React Native