State Management in Vue with Pinia
Why Pinia replaced Vuex as Vue's recommended state management library, and how to set up stores in both Options and Composition API styles.
Articles on web development, tools, and lessons learned.
2 articles · browse by category or tag below
Why Pinia replaced Vuex as Vue's recommended state management library, and how to set up stores in both Options and Composition API styles.
How Provider and Riverpod solve shared app state differently, and which one makes sense for a new Flutter project today.