React #

React is a front-end web framework written in Javascript.

  • A nice explanation of the most counter-intuitive bit of React and similar frameworks coming from the backend: its re-rendering logic.
  • redux seems to be the state-of-the-art way to manage state in a React app of a certain complexity.