Server-Side React Rendering from Non-Node Environments

If most of your front-end is built using React components, it makes sense to use the same code to render your views from the backend. This… Read more

Similar

React Native at Instagram

React Native has come a long way since it was open-sourced in 2015. Fewer than two years later, it’s being used not only in Facebook and…...

Read more »

React and Redux with TypeScript

The most important element of a React + Redux application is "state". The state decides what the user interface will look like therefore it becomes essential to make sure that the state is always in a consistent and stable state. (more…)

Read more »