https://github.com/goxr3plus/react-router-v5-tutorial
React-Router-V5-Tutorial
https://github.com/goxr3plus/react-router-v5-tutorial
react-router-v5 reactjs tutorial-demos
Last synced: 3 months ago
JSON representation
React-Router-V5-Tutorial
- Host: GitHub
- URL: https://github.com/goxr3plus/react-router-v5-tutorial
- Owner: goxr3plus
- Created: 2019-03-28T09:51:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T11:21:22.000Z (about 6 years ago)
- Last Synced: 2025-02-05T16:36:32.851Z (5 months ago)
- Topics: react-router-v5, reactjs, tutorial-demos
- Language: JavaScript
- Homepage: https://goxr3plus.github.io/React-Router-V5-Tutorial/
- Size: 521 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Try website](https://goxr3plus.github.io/React-Router-V5-Tutorial/)
### How to create a simple SPA(Single Page Application with React) using React-Router ?
following [this tutorial](https://blog.pshrmn.com/entry/simple-react-router-v4-tutorial) .
### Brief improvement using latest technologies :
=> React 16.8.6 [link](https://github.com/facebook/react)
=> React-Router-Dom 5.0.0 [link](https://github.com/ReactTraining/react-router/tree/master/packages/react-router-dom)
#### Amazing Links you need to read also :
1)[How Single-Page Applications Work](https://blog.pshrmn.com/entry/how-single-page-applications-work/)
2)[An overview of the history package used by React Router](https://blog.pshrmn.com/entry/a-little-bit-of-history/)
### How to run the project ?
Well clone it and hit
>npm start