Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reddy-epk/internal-routing
A React app build with the concept of routing and internal routing
https://github.com/reddy-epk/internal-routing
react-router react-router-dom react-routing reactjs
Last synced: 9 days ago
JSON representation
A React app build with the concept of routing and internal routing
- Host: GitHub
- URL: https://github.com/reddy-epk/internal-routing
- Owner: reddy-epk
- Created: 2024-04-18T10:11:01.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-18T10:15:31.000Z (7 months ago)
- Last Synced: 2024-04-18T12:05:43.030Z (7 months ago)
- Topics: react-router, react-router-dom, react-routing, reactjs
- Language: JavaScript
- Homepage: https://rblocksy.ccbp.tech/
- Size: 159 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Routing using react-router
- Navigating to Specific Blog
- using Path Parameters
- Path Params
- match## API
```
`https://apis.ccbp.in/blogs/${id}````
## Adding these below statements to import React Loader Spinner
```js
import Loader from 'react-loader-spinner'import 'react-loader-spinner/dist/loader/css/react-spinner-loader.css'
```## Add this Component in the code to use React Loader Spinner
```js
```