From 954b43c6bca235528b18e37f9387466583ee38c7 Mon Sep 17 00:00:00 2001 From: Tien Nguyen Truong Date: Thu, 25 Feb 2021 10:22:29 +0700 Subject: [PATCH] add references --- README.md | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e4e2c9..ea3e0da 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,49 @@ ## React Hooks File Upload example with Axios & Boostrap For more detail, please visit: - > [React Hooks File Upload with Axios & Boostrap Progress Bar](https://bezkoder.com/react-hooks-file-upload/) > [React (Components) File Upload with Axios & Boostrap Progress Bar](https://bezkoder.com/react-file-upload-axios/) +> [React Hooks Multiple File Upload example](https://bezkoder.com/react-hooks-multiple-file-upload/) + Rest APIs server for this React Client: > [Node.js Express File Upload Rest API example](https://bezkoder.com/node-js-express-file-upload/) > [Spring Boot Multipart File upload example](https://bezkoder.com/spring-boot-file-upload/) +More Practice: +> [React CRUD example using Hooks](https://bezkoder.com/react-hooks-crud-axios-api/) + +> [React Pagination using Hooks example](https://bezkoder.com/react-pagination-hooks/) + +> [React Hooks: JWT Authentication & Authorization example](https://bezkoder.com/react-hooks-jwt-auth/) + +> [React + Redux + Hooks: JWT Authentication & Authorization example](https://bezkoder.com/react-hooks-redux-login-registration-example/) + +Fullstack with Node.js Express: +> [React.js + Node.js Express + MySQL](https://bezkoder.com/react-node-express-mysql/) + +> [React.js + Node.js Express + PostgreSQL](https://bezkoder.com/react-node-express-postgresql/) + +> [React.js + Node.js Express + MongoDB](https://bezkoder.com/react-node-express-mongodb-mern-stack/) + +Fullstack with Spring Boot: +> [React.js + Spring Boot + MySQL](https://bezkoder.com/react-spring-boot-crud/) + +> [React.js + Spring Boot + PostgreSQL](https://bezkoder.com/spring-boot-react-postgresql/) + +> [React.js + Spring Boot + MongoDB](https://bezkoder.com/react-spring-boot-mongodb/) + +Fullstack with Django: + +> [React.js Hooks + Django Rest Framework](https://bezkoder.com/django-react-hooks/) + +Serverless: +> [React Hooks Firebase CRUD App with Realtime Database](https://bezkoder.com/react-firebase-hooks-crud/) + +> [React Hooks Firestore CRUD App example | Firebase Cloud Firestore](https://bezkoder.com/react-hooks-firestore/) + This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). ### Set port