Skip to main content

24 docs tagged with "Components"

View all tags

Children

There are special "props" called Children. Sometimes you

Components

React is built from so called "components", The word has

GraphQL Client

GraphQL is a query language for APIs and a runtime for executing those queries with your existing data.

Hooks

Hooks were added to React in version 16.8.

Looping

In a real-life situation you will of course need to deal with

Observables

In React, observables are typically used with libraries like

Props

What are props (properties)? Props are "settings" for a

State

One of the most important - if not the most important -

useCallback

The React useCallback hook returns a memoized callback function.

useContext

React Context is a way to manage state globally.

useEffect

The useEffect Hook allows you to perform side effects in your components.

useReducer

The useReducer hook is similar (in functionality) to

useRef

The useRef has two purposes:

useState

The React useState Hook allows us to track state in a