A Brief Overview of React Router and Client-Side Routing

React Router is an API for React applications. Most current code is written with React Router 3, although version 4 has been released. React Router uses dynamic routing. React Router, and dynamic… 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 Without Build Tools

First off: this is mostly a reference for myself. I find myself quite often needing to prototype something really quick, sometimes even build an “MVP” of something I can put out into the world for feedback. Using a framework like React can make doing that... (more…)

Read more »