/state-management-comparison

A comparative exploration of state management in Next.js applications using Context API versus popular libraries like Redux and Jotai.

Primary LanguageTypeScript

Next.js State Management Comparison

This is the starter template for the Next.js App Router Course. It contains the starting code for the dashboard application.

The main goal of this project is to compare context API with a global state management library like Redux or MobX.