Yes, and at a certain level of complexity you might decide to reify the state transitions in your centralized svelte state into a concrete state machine. Perhaps you will use Robot to do that!
React too can be used without a state library or a global reducer but they are tools you reach for when complexity strikes.
It seems unlikely that svelte’s coding model is a silver bullet that eliminates the need to use more advanced coding strategies to handle the essential complexity of larger state fuel applications.
React too can be used without a state library or a global reducer but they are tools you reach for when complexity strikes.
It seems unlikely that svelte’s coding model is a silver bullet that eliminates the need to use more advanced coding strategies to handle the essential complexity of larger state fuel applications.