React is a powerful JavaScript library not a framework.This page serves as an index for all React-related posts on this blog and provides links to another react resources.
Index
Documentations
Start your React journey with these essential concepts:
- Read more from React Official Documentation
Courses
This is just my take on React based on the well-written article below:
Roadmap
- Introduction to React
- Setting Up the Development Environment
- Understanding JSX
- Components and Props
- State and Lifecycle
- Handling Events
- Conditional Rendering
- Lists and Keys
- Forms
- Lifting State Up
- Composition vs Inheritance
- Thinking in React
- React Router
- React Context API
- React Hooks
- React Performance Optimization
- React Testing
- React with TypeScript
Additional Topics from React Roadmap
- React Architecture
- State Management
- Styling in React
- Server-Side Rendering (SSR)
- Static Site Generation (SSG)
- GraphQL
- React Native