Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nhatthaiquang-agilityio/react-usecontext-usereducer
React Example: useContext and useReducer and Web API
https://github.com/nhatthaiquang-agilityio/react-usecontext-usereducer
react usecontext-hook usereducer-hooks webapi
Last synced: 19 days ago
JSON representation
React Example: useContext and useReducer and Web API
- Host: GitHub
- URL: https://github.com/nhatthaiquang-agilityio/react-usecontext-usereducer
- Owner: nhatthaiquang-agilityio
- Created: 2021-09-23T04:30:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-10T03:11:08.000Z (over 3 years ago)
- Last Synced: 2024-04-16T07:09:41.905Z (9 months ago)
- Topics: react, usecontext-hook, usereducer-hooks, webapi
- Language: C#
- Homepage:
- Size: 219 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React: using useContext and useReducer
React Example: useContext and useReducer and webAPI### Development
#### Using Docker compose for startup Postgresql
```
docker-compose up
```#### Client App
+ Start app
```
$cd client-app
npm start
```+ Build App
```
$cd client-app
npm build
```#### API
Using .Net5 Core Web API+ Swagger API
```
http://localhost:49764/swagger/index.html
```