issa-router
v0.0.8
Published
- [x] Install the linter - [x] Create a way to make MPAs (Multiple Page Applications) - [x] Create a way to make SPAs (Single Page Applications) - [x] Be able to navigate between pages with the back button - [x] Create a Link component to make it declarat
Readme
Create a React Router from scratch
- [x] Install the linter
- [x] Create a way to make MPAs (Multiple Page Applications)
- [x] Create a way to make SPAs (Single Page Applications)
- [x] Be able to navigate between pages with the back button
- [x] Create a Link component to make it declarative
- [x] Create a Router component to make it more declarative
- [x] Support default route (404)
- [x] Support routes with parameters
- [x] component to make it declarative
- [x] Lazy loading of routes
- [x] Testing
- [x] Publish the package on NPM
NOTE: This proyect is part of midudev's react course
Link: React Router video
