Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

```