Recoil is a brand new state management library for React, developed by Facebook.
Recoil works and thinks like React. Add some to your app and get fast and flexible shared state.
This quick collection will get you up and running with Recoil, you're going to learn how to:
useRecoilState
hook to update an atomuseRecoilValue
to access value stored in an atom in a read-only fashionselectors
đ„ in order to calculate derived data based on state stored within atoms (this is really powerful!)Quite straightforward, and usefull information :)
A straight first look into recoil, no BS.
Before I didn't know about Recoil. This is very great to manage state like React Context and Redux. I learned a lot of thing from this. Thank you Tomasz.
simple and easy to understand the concept đ
Very good and clear explanation for anyone getting started with Recoil.
Enjoyed the course Tomasz. I'll be using recoil for the first time and work and will return to this video. Thanks for the simple demonstration. Selectors clicked in this go around.
Become familiar with the Workers CLI wrangler
that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.
This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio
git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.