Category Archives for React

Using React Router v4 with create-react-app

Introduction – react-router React-router is the most popular routing solution for applications made in React. It is a collection of navigational components that compose declaratively with your application. Bookmarkable URLs, history, customizable navigation links and quite a few other features come with it. I had a need to learn more about react-router v4 so I […]

Continue reading