A design tool, built using Recoil.
No Data
A simple example design tool, built using Recoil and React Suspense.
Check out the live demo here.
Find the tutorial videos here:
git clone [email protected]:jacques-blom/recoil-design-tool.git
git checkout 00-useState # This is the app implemented using React State (clone this to follow along with the video) git checkout 01-context # This is the app implemented using React Context git checkout 02-recoil # This is the app implemented using Recoil git checkout 03-data-fetching # This is the starting point for the Data Fetching video git checkout 04-data-fetching-part-1-complete # This is the completed app after Data Fetching Part 1 git checkout 05-data-fetching-part-2-complete # This is the completed app after Data Fetching Part 2
cd recoil-design-tool yarn
yarn start
File an issue or reach out to me on Twitter (@jacques_codes). I'd be more than happy to help!