Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.43 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.43 KB

From Context API to Recoil JS in React

Resources and links associated with my talk on Recoil JS.

Run this branch

npm i && npm start

Docs, Recoil Repo and React Europe Announcement

Recoil Release at React Europe with Dave McCabe from RecoilJS Team

Jacques Blom YouTube Tutorials

The best resources I have found to date on RecoilJS are from Jacques Blom, he presents a simple Todo application and a more complex Design Tool that help to illustrate the need to use something like RecoilJS over Context API

Links to Jacques Blom YouTube Tutorials and Live Application