Skip to content

SURAJPATIL6088/Understanding-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Understanding React

  1. Understanding JSX ::: Notes
  2. Component (UI, feature, Page, split larger component into smaller ones)
  3. Props (data through props, re-render when pgh props, re-render when props change)
  4. Event Handling (react to input, events like buttons, inputs)
  5. One Way Data Binding
  6. React Hooks - useState
  7. Two Way Data Binding
  8. React Hooks -useEffect (lifecycle, mount, update, cleanup, dependency array)
    • Practice mini-projects
      • Countdown Timer
      • Memory Game
  9. React Hooks (useMemo, useCallback - Web Dev Simplified, Cosden Solutions)
  10. React Hooks (useRef, useReducer)
  11. React Hooks - useContext (create, provider component, access a context)
    • Practice mini-projects
      • Designing Context API
  12. React Hooks - Custom Hook (create the hook, re-use a hook)
    • Practice mini-projects
      • Design & Use of Custom hook
      • isOnline, isOffline Functionalities
  13. Conditional Rendering
  14. Client-Side Routing (React-Router, Bundle Splitting & Lazy-Loading)
    • Practice mini-projects
      • Impletation Navigation Layout
  15. React (useEffect) - API Data Fetching (Loading, errors, caching, race Condition)
    • Practice mini-projects
      • Wheather forcasting Application
      • News feed Application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published