https://github.com/bennetthardwick/recoil-clone
A Recoil clone written in under 100 lines (excluding comments, examples and tests).
https://github.com/bennetthardwick/recoil-clone
react recoil recoiljs
Last synced: 4 months ago
JSON representation
A Recoil clone written in under 100 lines (excluding comments, examples and tests).
- Host: GitHub
- URL: https://github.com/bennetthardwick/recoil-clone
- Owner: bennetthardwick
- License: mit
- Created: 2020-09-09T08:52:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T13:27:08.000Z (about 5 years ago)
- Last Synced: 2025-05-07T15:56:09.875Z (5 months ago)
- Topics: react, recoil, recoiljs
- Language: TypeScript
- Homepage: https://100-line-recoil-clone.netlify.app/
- Size: 198 KB
- Stars: 88
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Coiled (100 line Recoil clone)
A [Recoil](https://recoiljs.org/) clone written in under 100 lines (excluding comments, examples and tests).
It was written in the article ["Rewriting Facebook's \"Recoil\" React library from scratch in 100 lines"](https://bennetthardwick.com/blog/recoil-js-clone-from-scratch-in-100-lines/).
Here's a [live example](https://100-line-recoil-clone.netlify.app/) for you to play with.