An open API service indexing awesome lists of open source software.

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).

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).