Managing state in a UI is challenging. It's genuinely difficult and the solutions require a depth of knowledge and experience to understand. Everything is a balance of tradeoffs in complexity, performance, and user experience.
This is a series of interviews with experts, open-source maintainers, and UI developers that have combined decades of experience building stateful UI applications for millions of users.
Part interview, part screen share, these videos should benefit you if you're building web applications.
They focus on React, but the underlying principles are valid for UI work in general (and beyond)!
A Community Resource means that it’s free to access for all. The instructor of this lesson requested it to be open to the public.
I like seeing the alternative solutions to the same set of problems. I also like how some of this stuff is actually old but applied in new ways in a new context (like all the state machine stuff).
It's a useful research compilation of the current status of the state management for frontend applications today.
Literally made me decide to use state machines to power the component library we're making for our company.
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.