By Medium -
2021-02-24
In React, using an Immutable state enables quick and cheap comparison of the state tree before and after a change. As a result, each component decides whether to re-rendered or not before performing…
By Asayer Blog -
2021-01-24
The Redux pattern provides state management for JavaScript apps. You can use the Redux library with any frontend framework.
By DEV Community -
2021-01-28
It seemed like a good idea to start. Separate state into different "contexts". Just use `useState`. Then, `useEffect` and multiple if branches snuck in and it became a nightmare.
By freeCodeCamp.org -
2021-02-08
This new tutorial will show you everything you need to know about React Hooks from scratch. I've put this cheatsheet together to help you become knowledgeable and effective with React Hooks as quickly ...
By CSS-Tricks -
2020-11-27
State machines are typically expressed on the web in JavaScript and often through the popular XState library. But the concept of a state machine is
By The Pragmatic Engineer -
2020-12-09
I've been noticing that while there's a lot of appreciation for backend and distributed systems challenges, there's a lot less empathy for why mobile development is hard when done at scale. Building a ...