Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GeoffCox/recoil-examples
A set of examples of using the new Recoil JS state management library (http://recoiljs.org).
https://github.com/GeoffCox/recoil-examples
Last synced: 13 days ago
JSON representation
A set of examples of using the new Recoil JS state management library (http://recoiljs.org).
- Host: GitHub
- URL: https://github.com/GeoffCox/recoil-examples
- Owner: GeoffCox
- Created: 2020-06-21T16:33:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T02:03:32.000Z (over 1 year ago)
- Last Synced: 2024-04-28T02:03:21.417Z (7 months ago)
- Language: TypeScript
- Size: 627 KB
- Stars: 63
- Watchers: 2
- Forks: 17
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](/atoms-tutorial/)
This example is the To Do list application described in the atoms tutorial: https://recoiljs.org/docs/basic-tutorial/atoms.## [Selectors Tutorial Example](/selectors-tutorial/)
This example is the To Do list application described in the selectors tutorial: https://recoiljs.org/docs/basic-tutorial/selectors.## [Dispatcher Tutorial (Independent)](/dispatcher-tutorial/)
This tutorial demonstrates how to implement a dispatcher pattern using Recoil. It is not part of the Recoil library nor the tutorial documentation.