Redux-Toolkit example with React Hooks CRUD Application, Axios, Rest API, Bootstrap
Build Redux-Toolkit CRUD application with React Hooks and Rest API calls in that:
Redux Store:
For instruction, please visit:
Redux-Toolkit CRUD example with React Hooks, Axios & Web API
More Practice:
React Hooks + Redux (without Redux-Toolkit) CRUD example with Axios & Web API
React Hooks (without Redux) CRUD example with Axios and Web API
React Table example: CRUD App with react-table v7
React Pagination using Hooks example
React Hooks File Upload example
React Hooks: JWT Authentication & Authorization example
React + Redux + Hooks: JWT Authentication & Authorization example
Fullstack with Node.js Express:
React + Node.js Express + MySQL
Fullstack with Spring Boot:
Fullstack with Django:
Serverless with Firebase:
React Firebase Hooks: CRUD App with Realtime Database example
This project was bootstrapped with Create React App.
.env
PORT=8081
In the project directory, you can run:
npm install
# or
yarn install
or
npm start
# or
yarn start
Open http://localhost:8081 to view it in the browser.
The page will reload if you make edits.