· software
I used Linear Algebra to audit my React state (and built a tool for it)
The Problem: State Entropy In large React apps, we often end up manually synchronizing related states. We've all seen or written code like this: tsx const user,...