Recoil Design Tool Save

A design tool, built using Recoil.

Project README

🎨 Recoil Design Tool

A simple example design tool, built using Recoil and React Suspense.

Check out the live demo here.

Find the tutorial videos here:

Click here for the tutorial videos

To get started

  1. Clone the repo
git clone [email protected]:jacques-blom/recoil-design-tool.git
  1. 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
  1. Install dependencies using Yarn
cd recoil-design-tool
yarn
  1. Start the development server
yarn start

Any questions?

File an issue or reach out to me on Twitter (@jacques_codes). I'd be more than happy to help!

Open Source Agenda is not affiliated with "Recoil Design Tool" Project. README Source: jacques-blom/recoil-design-tool

Open Source Agenda Badge

Open Source Agenda Rating