FE - Routing with React and Deployment
Posted on Nov 23rd, 2020
Today, we are going to look at how to use React Router to make front-end applications that have multiple URLs and use client-side routing to make it easy to navigate between them.
We will also look at how to deploy our React applications to Netlify.
Assignment
React Booklist - due Thursday, Dec 3
Resources
- React Router
- A delightful React Router tutorial video
- dev.to post on deploying React apps to Netlify - note, this uses a file to configure Netlify. Most of what is done in this article can also be done through the web interface.