Redux with Svelte is fun to use. We will play with Redux (Redux Toolkit) and Svelte on this repository. Redux is predictable state management container and we will integrate it with Svelte. This sample project is basically a counter increment/decrement demo that will help you get started and get the idea how to use Redux Toolkit in Svelte (featuring Vite). No distraction guaranteed. Why Redux Toolkit? Relax bro, Redux Toolkit is modern recommended way to use Redux. It's official from Redux team and it's already included with Redux package.