Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 820 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 820 Bytes

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.

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.