It's interesting, working on projects in React, Svelte, and Blazor, to see the common pitfalls and patterns which pervade all of them.

By far and away the biggest/most common pain point is state management.

Where to put state, how/when to share it, how much state to keep on the client vs server/db

Comments