https://github.com/taniarascia/router-example
Use React Router DOM to create a Single Page Application (SPA).
https://github.com/taniarascia/router-example
react react-router-dom router routing single-page-application spa
Last synced: 12 months ago
JSON representation
Use React Router DOM to create a Single Page Application (SPA).
- Host: GitHub
- URL: https://github.com/taniarascia/router-example
- Owner: taniarascia
- License: mit
- Created: 2019-04-26T01:21:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-15T20:00:05.000Z (over 6 years ago)
- Last Synced: 2025-04-06T13:23:00.733Z (about 1 year ago)
- Topics: react, react-router-dom, router, routing, single-page-application, spa
- Language: JavaScript
- Homepage: https://www.taniarascia.com/using-react-router-spa/
- Size: 742 KB
- Stars: 53
- Watchers: 4
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Router Example
How to make a Single Page Application with React Router.
### [View Tutorial](https://www.taniarascia.com/using-react-router-spa)
## Purpose
Set up a router in React.
- `/` - root
- `/:page_id` - page
- `/categories/:category_id` - category
## Author
- [Tania Rascia](https://www.taniarascia.com)
## License
This project is open source and available under the [MIT License](LICENSE).