Skip to main content

Glossary

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. Refer to this article for more information.

Insomnia

Insomnia is an open source API client. Quickly and easily send REST, SOAP, GraphQL, and GRPC requests.

Colocating State

Place code as close to where it's relevant as possible. Read Colocation and State Colocation will make your React app faster