Building UI with ReactJS

ReactJS

  1. ReactJS
  2. ReactJS Installation
    NPM is package manager for JavaScript library including ReactJS
  3. Flux and ReactJS
    Flux is the application architecture that Facebook uses for building client-side web applications. It complements React’s composable view components by utilizing a unidirectional data flow. It’s more of a pattern rather than a formal framework, and you can start using Flux immediately without a lot of new code.
  4. Jest Unit testing Tool
    A JAVASCRIPT UNIT TESTING FRAMEWORK
  5. JSX – checkout
    JSX is a statically-typed, object-oriented programming language designed to run on modern web browsers. Being developed at DeNA as a research project, the language has following characteristics.