README FIRST PLEASE: This is a work in progress book and readers feedback will be taken into consideration in shaping the final output.
Also, this book will always be updated and kept in sync with respect to changes in React Library as much as possible.
If you always wanted to learn how to code medium to hard reusable components using React then this is the book to jump into.
? The pricing is early access pricing and the lowest. Once the book is complete the price will change.
The proposed table of content is shown below.
# Part 0 - Essential JavaScript For React
1. JavaScript Principles
2. Arrow Function
3. Let, Const, Var
4. Closure
5. Call, Apply and Bind
6. Scope and Context
# Part 1 - Foundational React
1. Introduction
2. JSX Basics
3. Thinking in React
4. Function Component
5. Nesting Component
6. Props and State
7. PropTypes
8. Event Handling
9. useState
10. useReducer
11. useEffect
12. useRef
13. useContext
14. useCallback
15. useMemo
16. Custom Hooks
# Part 2 - Building Forms
1. Adding CSS
2. Building forms
- one to one associations
- one to many associations
- many to many associations
3. Multistep/Wizard forms
4. Form Validations
5. Form submission
6. Dynamic forms
# Part 3 - Connecting with Server
1. React Routing
2. AJAX/Remote calls
3. Authentication
# Part 4 - Building components
1. Tag Input component
2. Calendar Component
3. Datatable Component
4. Tab Component
5. Autosuggest Component (with Debouncing)
6. Accordion Component
7. Modal Dialog Component
8. Multilevel Menu
9. Breadcrumb Menu Component
10. Star Rating Component
# Part 5 - Production Deployment
Create React Production Build