Creating Awesome SPAs with React

I remember when I started building webapps, I used to rely heavily on the backend framework for most of my templating needs. It felt very… Read more

Similar

React v15.5.0

It's been exactly one year since the last breaking change to React. Our next major release, React 16, will include some exciting improvements, including a complete rewrite of React's internals. We take stability seriously, and are committed to bringing th... (more…)

Read more »

How to Use React Context

React Context is a powerful feature introduced in React v16.3.0. It allows you to access values from the current context (e.g. the parent) inside your components’ render methods, where you normally would be limited to accessing only its local state and pr... (more…)

Read more »