How To Avoid Losing Your App StateThe Memento Pattern
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 …
Codeminer42’s Engineering Blog
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 …
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, …
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 …
State tree, the single source of truth This post is part of the Scalable Frontend series, you can see the other parts here: “#1 — …