Category "recoiljs"

RecoilJS RecoilRoot not accessible within ThreeJS Canvas

Hoping someone can help me out here. Im quite new to RecoilJS so if Im missing something obvious, please let me know. I am trying to manage the state of 3D obje

Using react-router with recoil

I have 'react-router-dom' and 'recoil' in same application. What is a proper way to update recoil state within route? const ItemRouter = ()=> { const [s

How to update atoms (state) in Recoil.js outside components ? (React)

I'm new to Recoil.js, I have the following atom and selector for the signed-in user in the app: const signedInUserAtom = atom<SignedInUser | null>({ k