Created
September 29, 2021 13:04
-
-
Save bewarusman/debf03748e89aea8d7bb8887978249c2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { atom } from "recoil"; | |
const usersState = atom({ | |
key: "usersState", | |
default: [] | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment