Getting Started with Redux + TypeScript
Sep 7, 2024 · 10 min read · Hello everyone! In this article, we’ll explore how to set up Redux with TypeScript in a Next.Js app. Additionally, we'll dive into implementing redux-thunk for handling asynchronous actions in another blog to keep it short. We’ll reference the offici...
Join discussion