https://github.com/mdcodelab/react-cocktaildb-api-app
Interacting with the RESTful API
https://github.com/mdcodelab/react-cocktaildb-api-app
api react react-router search usecallback usecontext useparams useref
Last synced: about 2 months ago
JSON representation
Interacting with the RESTful API
- Host: GitHub
- URL: https://github.com/mdcodelab/react-cocktaildb-api-app
- Owner: mdcodelab
- Created: 2023-01-11T20:40:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T13:03:48.000Z (over 3 years ago)
- Last Synced: 2025-01-30T23:28:36.675Z (over 1 year ago)
- Topics: api, react, react-router, search, usecallback, usecontext, useparams, useref
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### React Router Fix
(Fix)[https://dev.to/dance2die/page-not-found-on-netlify-with-react-router-58mc]
#### CRA Fix
```
"build": "CI= react-scripts build",
```
```sh
npm install react-router-dom@6
```