What Is Recoil and an Atomic State?
Learn how to categorize state management libraries into Flux, Proxy, and Atomic types, and explore the Jotai library.
We'll cover the following...
New state management libraries pop up every few weeks; they are sometimes purely open-source and sometimes company-backed. However, they rarely propose groundbreaking solutions. More often than not, they are newer implementations of known concepts. Those implementations are greatly appreciated because every developer likes working comfortably—and what are those known concepts, you might ask?
Types of libraries
There’s a consensus in the ReactJS world that state management libraries can be divided into three types:
Flux type: These are state management ...