This course will give you a clear understanding of how to start managing state with Recoil.
Recoil is a state management library for React applications. It provides several capabilities that are difficult to achieve with React alone. It aims to solve a few problems such as shared state, derived data, asynchronous queries, app-wide state observation, routing, and many more issues when managing complex state.
If you are working on an application that is going to need state sync between components, derived state, app-wide observation, Recoil might be the appropriate library for you!
This course will guide you on how to implement Recoil's Hooks in a quick project where you'll have an integer stored on an atom
and the use of selectors
will allow you to re-calculate a derived state, which in this case, it will calculate the square of your integer.
An efficient and practical course to learning Recoil. The Recoil version used in this course is ^0.0.7
, and the latest version is 0.3.1
, yet this is still a great introduction to understanding the core functionality of Recoil. As of 0.3.1
, there are no major breaking changes.
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.