/recoil-examples

A set of examples of using the new Recoil JS state management library (http://recoiljs.org).

Primary LanguageTypeScript

recoil-examples

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.

Atoms Tutorial Example

This example is the To Do list application described in the atoms tutorial: https://recoiljs.org/docs/basic-tutorial/atoms.

Selectors Tutorial Example

This example is the To Do list application described in the selectors tutorial: https://recoiljs.org/docs/basic-tutorial/selectors.

Dispatcher Tutorial (Independent)

This tutorial demonstrates how to implement a dispatcher pattern using Recoil. It is not part of the Recoil library nor the tutorial documentation.