A set of examples of using the new Recoil JS state management library (http://recoiljs.org).
Each example is a React application built using Typescript and Webpack. The build produces an index.html than can be run in the browser.
This example is the To Do list application described in the atoms tutorial: https://recoiljs.org/docs/basic-tutorial/atoms.
This example is the To Do list application described in the selectors tutorial: https://recoiljs.org/docs/basic-tutorial/selectors.
This tutorial demonstrates how to implement a dispatcher pattern using Recoil. It is not part of the Recoil library nor the tutorial documentation.