Skip to content

A react book added #43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/react-6.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,9 @@ Perfect starting point for any React beginner. Learn key React features through
### 1.[Reacti Flux](https://discord.com/invite/reactiflux)

Reacti Flux is the largest community of React developers (110,000+)!

# Books

### 1. [The Road to Learn React: Your journey to master plain yet pragmatic React.js by Robin Wieruch](https://www.amazon.in/Road-Learn-React-Pragmatic-React-Js/dp/172004399X)

This book covers all the fundamentals of React JS with Hooks as well as advanced features implementations like a client and server-side searching. Here, you will find that before moving to the new chapter, you must have a crystal-clear knowledge of the previous chapter, and at the same time, you will solve problems at the end of each chapter. Therefore, it is a good book for beginners that teaches you React JS from scratch. It also helps you to create React application step by step. At the end of the book, you will build a strong knowledge of how to build and deploy a fully functioning React application.