Next Devnextdev1111.hashnode.dev·Jun 7, 2022How to use Recoil Selectors in NextjsWelcome 👋, to this new blog post where I will teach you how you can use selectors in recoil for state management. 🤔Difference between Atoms and Selectors Atoms are used to store a value. But selectors are used to getting or setting the value of an ...Discuss·1 like·32 readsNext.js
Next Devnextdev1111.hashnode.dev·Jun 5, 2022Recoil State Management in NextjsWelcome 👋 guys, to this new tutorial blog post. In this blog post, I will teach you how to do state management in the nextjs with the help of recoil. Atoms In this tutorial, I will teach you how to use atoms from recoil in nextjs. Think of atom-like...Discuss·381 readsNext.js