How To Avoid Losing Your App State
Memento mori. There are only two guaranteed things in life: one, we both are going to die. And while I'd prefer you go first... and it's nothing personal…
Tag
Memento mori. There are only two guaranteed things in life: one, we both are going to die. And while I'd prefer you go first... and it's nothing personal…
Immutability is a fundamental pillar within the functional programming paradigm. This allows us to write robust, simple, and reliable code. An immutable object, once created, maintains an unchanging…
We know software can get complex over time, specially when it comes to state management. More often than not, we find ourselves with tricky user interface logic where…
State tree, the single source of truth This post is part of the Scalable Frontend series, you can see the other parts here: “#1 — Architecture” and “#2…