|
1 | 1 | ## React Hooks File Upload example with Axios & Boostrap
|
2 | 2 |
|
3 | 3 | For more detail, please visit:
|
4 |
| - |
5 | 4 | > [React Hooks File Upload with Axios & Boostrap Progress Bar](https://bezkoder.com/react-hooks-file-upload/)
|
6 | 5 |
|
7 | 6 | > [React (Components) File Upload with Axios & Boostrap Progress Bar](https://bezkoder.com/react-file-upload-axios/)
|
8 | 7 |
|
| 8 | +> [React Hooks Multiple File Upload example](https://bezkoder.com/react-hooks-multiple-file-upload/) |
| 9 | +
|
9 | 10 | Rest APIs server for this React Client:
|
10 | 11 | > [Node.js Express File Upload Rest API example](https://bezkoder.com/node-js-express-file-upload/)
|
11 | 12 |
|
12 | 13 | > [Spring Boot Multipart File upload example](https://bezkoder.com/spring-boot-file-upload/)
|
13 | 14 |
|
| 15 | +More Practice: |
| 16 | +> [React CRUD example using Hooks](https://bezkoder.com/react-hooks-crud-axios-api/) |
| 17 | +
|
| 18 | +> [React Pagination using Hooks example](https://bezkoder.com/react-pagination-hooks/) |
| 19 | +
|
| 20 | +> [React Hooks: JWT Authentication & Authorization example](https://bezkoder.com/react-hooks-jwt-auth/) |
| 21 | +
|
| 22 | +> [React + Redux + Hooks: JWT Authentication & Authorization example](https://bezkoder.com/react-hooks-redux-login-registration-example/) |
| 23 | +
|
| 24 | +Fullstack with Node.js Express: |
| 25 | +> [React.js + Node.js Express + MySQL](https://bezkoder.com/react-node-express-mysql/) |
| 26 | +
|
| 27 | +> [React.js + Node.js Express + PostgreSQL](https://bezkoder.com/react-node-express-postgresql/) |
| 28 | +
|
| 29 | +> [React.js + Node.js Express + MongoDB](https://bezkoder.com/react-node-express-mongodb-mern-stack/) |
| 30 | +
|
| 31 | +Fullstack with Spring Boot: |
| 32 | +> [React.js + Spring Boot + MySQL](https://bezkoder.com/react-spring-boot-crud/) |
| 33 | +
|
| 34 | +> [React.js + Spring Boot + PostgreSQL](https://bezkoder.com/spring-boot-react-postgresql/) |
| 35 | +
|
| 36 | +> [React.js + Spring Boot + MongoDB](https://bezkoder.com/react-spring-boot-mongodb/) |
| 37 | +
|
| 38 | +Fullstack with Django: |
| 39 | + |
| 40 | +> [React.js Hooks + Django Rest Framework](https://bezkoder.com/django-react-hooks/) |
| 41 | +
|
| 42 | +Serverless: |
| 43 | +> [React Hooks Firebase CRUD App with Realtime Database](https://bezkoder.com/react-firebase-hooks-crud/) |
| 44 | +
|
| 45 | +> [React Hooks Firestore CRUD App example | Firebase Cloud Firestore](https://bezkoder.com/react-hooks-firestore/) |
| 46 | +
|
14 | 47 | This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
|
15 | 48 |
|
16 | 49 | ### Set port
|
|
0 commit comments