Tag: redux
All the articles with the tag "redux".
Testing a React/Redux Toolkit app with Typescript
Published:In this article we will test our React/Redux Toolkit app. Testing specifically slices and component that connected to react with Typescript and React Router.
Up & Running with React, Redux Toolkit, Typescript and React Router
Published:All React apps need a state management library such as Redux Toolkit and type-safety with Typescript. Today we will learn how to use them together.