1. 1
    Use a Recoil Atom to Share State Between Two React Components
    2m 15s

Use a Recoil Atom to Share State Between Two React Components

InstructorTomasz Łakomy

Share this video with your friends

Send Tweet

Recoil is a brand new state management library for React developed by Facebook.

In this quick lesson we're going to learn how to add it to a React app and how to use a Recoil atom in order to share state between two React components using useRecoilState hook