Skip to content

Commit 954b43c

Browse files
committed
add references
1 parent aac51fa commit 954b43c

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

README.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,49 @@
11
## React Hooks File Upload example with Axios & Boostrap
22

33
For more detail, please visit:
4-
54
> [React Hooks File Upload with Axios & Boostrap Progress Bar](https://bezkoder.com/react-hooks-file-upload/)
65
76
> [React (Components) File Upload with Axios & Boostrap Progress Bar](https://bezkoder.com/react-file-upload-axios/)
87
8+
> [React Hooks Multiple File Upload example](https://bezkoder.com/react-hooks-multiple-file-upload/)
9+
910
Rest APIs server for this React Client:
1011
> [Node.js Express File Upload Rest API example](https://bezkoder.com/node-js-express-file-upload/)
1112
1213
> [Spring Boot Multipart File upload example](https://bezkoder.com/spring-boot-file-upload/)
1314
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+
1447
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
1548

1649
### Set port

0 commit comments

Comments
 (0)