I recently started a new project from scratch using Vite with React. After adding some routes and simple starting components, I quickly realized I needed another way to pass around data, other than React props. To satisfy this need for additional state management, Redux was an obvious choice.
Full article