React Docs
- Glossary
- Tools
- Boilerplate
- Module Bundler
- Routing
- CSS-in-JS
- Build UI components
- UI library
- Forms
- Modal dialog (modal window)
- Internationalization and localization
- Web Accessibility
- State management library
- Data Fetching
- List of APIs
- Fake / Mock REST API
- Fake / Mock GraphQL API
- Types
- Testing (end-to-end tests, integration tests, and unit tests)
- Custom notifications
- Framework
- Articles
- Courses
term | definition |
---|---|
Context | Context provides a way to pass data through the component tree without having to pass props (which stands for properties) down manually at every level. |
Prop drilling | Prop drilling (also called "threading") refers to the process you have to go through to get data to parts of the React Component tree. |
Render Props | The term render prop refers to a technique for sharing code between React components using a prop whose value is a function. |
-
#roadmap
-
#components #functional #class
-
#propdrilling
-
#forms #dynamic
- 😎 Maximilian Schwarzmüller
- 📺 React - The Complete Guide (incl Hooks, React Router, Redux)
- 📁 course_schwarzmuller
- 😎 Thomas Weibenfalk
- 🔗 Learn React JS in This Free 7-Hour Course
- 📺 Learn React JS in This Free 7-Hour Course
- 📁 course_freecodecamp