An open API service indexing awesome lists of open source software.

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).

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.