How to generate static HTML using React

React is used to build web applications that run JavaScript in a user’s browser (client side rendering). It can also be used from a Node.js script to generate static HTML (static rendering).
Read more →

Redux Selectors : Selectors are functions

Selectors are functions that take Redux state as an argument and return some data to pass to the component.
Read more →