Who made recoil JS?

Recoil is an open-source state management library with more than 14k stars on Github, it was invented by Dave McCabe , a Software Engineer at Facebook. It provides a global state so all components in a React application can share states easily and it is minimal compared to Redux with no boilerplate code setup needed.

Read more