Skip to content

Commit c629e7f

Browse files
committed
add references
1 parent aac51fa commit c629e7f

File tree

1 file changed

+41
-1
lines changed

1 file changed

+41
-1
lines changed

README.md

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,56 @@
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
13+
> [Node.js Express File Upload with Google Cloud Storage example](https://bezkoder.com/google-cloud-storage-nodejs-upload-file/)
14+
1215
> [Spring Boot Multipart File upload example](https://bezkoder.com/spring-boot-file-upload/)
1316
17+
More Practice:
18+
> [React CRUD example using Hooks](https://bezkoder.com/react-hooks-crud-axios-api/)
19+
20+
> [React Pagination using Hooks example](https://bezkoder.com/react-pagination-hooks/)
21+
22+
> [React Hooks: JWT Authentication & Authorization example](https://bezkoder.com/react-hooks-jwt-auth/)
23+
24+
> [React + Redux + Hooks: JWT Authentication & Authorization example](https://bezkoder.com/react-hooks-redux-login-registration-example/)
25+
26+
Fullstack with Node.js Express:
27+
> [React.js + Node.js Express + MySQL](https://bezkoder.com/react-node-express-mysql/)
28+
29+
> [React.js + Node.js Express + PostgreSQL](https://bezkoder.com/react-node-express-postgresql/)
30+
31+
> [React.js + Node.js Express + MongoDB](https://bezkoder.com/react-node-express-mongodb-mern-stack/)
32+
33+
Fullstack with Spring Boot:
34+
> [React.js + Spring Boot + MySQL](https://bezkoder.com/react-spring-boot-crud/)
35+
36+
> [React.js + Spring Boot + PostgreSQL](https://bezkoder.com/spring-boot-react-postgresql/)
37+
38+
> [React.js + Spring Boot + MongoDB](https://bezkoder.com/react-spring-boot-mongodb/)
39+
40+
Fullstack with Django:
41+
42+
> [React.js Hooks + Django Rest Framework](https://bezkoder.com/django-react-hooks/)
43+
44+
Integration (run back-end & front-end on same server/port)
45+
> [Integrate React with Spring Boot](https://bezkoder.com/integrate-reactjs-spring-boot/)
46+
47+
> [Integrate React with Node.js Express](https://bezkoder.com/integrate-react-express-same-server-port/)
48+
49+
Serverless:
50+
> [React Hooks Firebase CRUD App with Realtime Database](https://bezkoder.com/react-firebase-hooks-crud/)
51+
52+
> [React Hooks Firestore CRUD App example | Firebase Cloud Firestore](https://bezkoder.com/react-hooks-firestore/)
53+
1454
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
1555

1656
### Set port

0 commit comments

Comments
 (0)