Skip to content

Commit 341c2f5

Browse files
committed
update
1 parent 293201b commit 341c2f5

24 files changed

+6684
-22122
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
# How to integrate React.js with Spring Boot (run on same Server/Port)
1+
# Spring Boot + React + MySQL: CRUD example
22

33
For more detail, please visit:
44
> [How to integrate Spring Boot with React.js](https://bezkoder.com/integrate-reactjs-spring-boot/)
55
66
> [React (Components) CRUD example to consume Web API](https://bezkoder.com/react-crud-web-api/)
77
8+
> [React (Hooks) CRUD example to consume Web API](https://bezkoder.com/react-hooks-crud-axios-api/)
9+
810
> [Spring Boot JPA - Building Rest CRUD API example](https://bezkoder.com/spring-boot-jpa-crud-rest-api/)
911
1012
Fullstack with Spring Boot:

react-client/README.md

+27-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,38 @@
11
# React.js CRUD App with React Router & Axios
22

3-
For more detail, please visit:
4-
> [React (Components) CRUD example to consume Web API](https://bezkoder.com/react-crud-web-api/)
3+
Build a React.js CRUD Application to consume Web API, display and modify data with Router, Axios & Bootstrap.
4+
5+
React Tutorial Application in that:
6+
- Each Tutorial has id, title, description, published status.
7+
- We can create, retrieve, update, delete Tutorials.
8+
- There is a Search bar for finding Tutorials by title.
9+
10+
![react-crud-example-web-api-demo](react-crud-example-web-api-demo.png)
11+
12+
For instruction, please visit:
13+
> [React CRUD example to consume Web API](https://bezkoder.com/react-crud-web-api/)
14+
15+
Related Posts:
16+
> [React Typescript CRUD example to consume Web API](https://bezkoder.com/react-typescript-axios/)
17+
18+
> [React Redux CRUD App example with Rest API](https://bezkoder.com/react-redux-crud-example/)
519
620
> [React (Hooks) CRUD example to consume Web API](https://bezkoder.com/react-hooks-crud-axios-api/)
721
22+
> [React Table example: CRUD App with react-table v7](https://bezkoder.com/react-table-example-hooks-crud/)
23+
824
Using Material UI instead of Bootstrap:
925
> [React Material UI examples with a CRUD Application](https://bezkoder.com/react-material-ui-examples-crud/)
1026
27+
More Practice:
28+
> [React Pagination example](https://bezkoder.com/react-pagination-material-ui/)
29+
30+
> [React File Upload example](https://bezkoder.com/react-file-upload-axios/)
31+
32+
> [React JWT Authentication & Authorization example](https://bezkoder.com/react-jwt-auth/)
33+
34+
> [React + Redux: JWT Authentication & Authorization example](https://bezkoder.com/react-redux-jwt-auth/)
35+
1136
Fullstack with Node.js Express:
1237
> [React.js + Node.js Express + MySQL](https://bezkoder.com/react-node-express-mysql/)
1338

0 commit comments

Comments
 (0)