Skip to content

React documentation, concepts, challenges, tools, and much more.

Notifications You must be signed in to change notification settings

marcelosperalta/docs_react

Repository files navigation

react

React Docs

⤵️ Table of Contents


🔍 Glossary

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.

🧰 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

   English

   Portuguese