Flash Focus

    React Hooks

    Essential hooks for building React applications.

    Study Deck
    FrontBackActions
    useStateA hook that lets you add React state to function components.
    useEffectA hook that lets you perform side effects in function components.
    useContextA hook to pass data through the component tree without having to pass props down manually at every level.