Tagged “state”
-
The case for state machines in client-side applications
Features that seem simple can become unmaintainable due to unforeseen state management issues. State machines help avoid this. -
SWR-like data fetching in Svelte
I am a big fan of the [SWR](https://swr.vercel.app/) package of Vercel. Let's see how to implement something similar in Svelte. -
State machines and state management
State management is one of the most complicated, and opinionated topics in modern and JavaScript-focused front-end development. Let's make it easier.