This project was bootstrapped with Create React App.
The main point of this project is to play with animated routes. It's not meant to be a production level project.
Built using:
- Reach Router - JSX based router system for React.
- Styled Components - Visual primitives for the component age.
- axios - Promise based HTTP client for the browser and node.js
Included in the project are demonstrations of new React features:
- react-cache - provides simple caching
- Suspense - provides loading fallback
- Hooks
yarn install
yarn start
- start dev modeyarn build
- build it