Skip to content

czetsuya/nextjs-redux-toolkit

Repository files navigation

NextTS Integration with Redux Toolkit

This is a template for creating a NextJS application that uses redux-toolkit to manage side effects.

We use redux-devtools-extension when running in developer mode to log actions and state changes and we use redux-persist to save state between browser refreshes.

Tech Stack

  • NextTS
  • Formik
  • Redux Toolkit
  • MUI5
  • Yup

How to use

To get the User (CRUD example) page working, prisma must be initialized by running:

npx prisma migrate dev --name=init

This will create a new sqlite database where the user details will be stored.

You can install Prisma Studio to seed data.

Then start the NextJs app in developer mode by using:

npm run dev

About

NextJS Typescript Integration with Redux Toolkit

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published