Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeverhart383/react-app
Created with CodeSandbox
https://github.com/jeverhart383/react-app
Last synced: 14 days ago
JSON representation
Created with CodeSandbox
- Host: GitHub
- URL: https://github.com/jeverhart383/react-app
- Owner: JEverhart383
- License: mit
- Created: 2022-12-05T19:09:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-05T19:09:52.000Z (about 2 years ago)
- Last Synced: 2024-11-05T20:05:05.184Z (2 months ago)
- Language: JavaScript
- Homepage: https://codesandbox.io/s/github/JEverhart383/react-app
- Size: 165 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- 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).