dzavdic / react-useContext-useReducer

React Example: useContext and useReducer and Web API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
    

About

React Example: useContext and useReducer and Web API


Languages

Language:C# 46.8%Language:JavaScript 44.4%Language:HTML 4.4%Language:CSS 2.8%Language:Dockerfile 1.5%Language:Shell 0.0%