A simple example design tool, built using Recoil and React Suspense.
Check out the live demo here.
Find the tutorial videos here:
- Clone the repo
git clone git@github.com:jacques-blom/recoil-design-tool.git
- Choose the branch you want
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
- Install dependencies using Yarn
cd recoil-design-tool
yarn
- Start the development server
yarn start
File an issue or reach out to me on Twitter (@jacques_codes). I'd be more than happy to help!