phuctm97 / reproduce-recoil-bug-2139

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recoil Example

This example shows how to integrate Recoil in Next.js.

Recoil is an experimental set of utilities for state management with React used by some teams at Facebook. This example takes the code from the redux examples and demonstrates how it would be implemented with Recoil.

Deploy your own

Deploy the example using Vercel or preview live with StackBlitz

Deploy with Vercel

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

npx create-next-app --example with-recoil with-recoil-app
yarn create next-app --example with-recoil with-recoil-app
pnpm create next-app --example with-recoil with-recoil-app

Deploy it to the cloud with Vercel (Documentation).

About


Languages

Language:JavaScript 100.0%