Quick Introduction to Recoil Selectors
Selectors are powerful utility functions in recoil. It is so powerful that it can write to a state and read from a state even simultaneously. With selectors, we can write pure functions out of the box.
What are selectors?
A selector is an higher-orde...
kelvinsekx.hashnode.dev4 min read