vidow/vidow-front
Kasper Juul Hermansen 1b3a9f13ea
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error
Update all dependencies
2024-09-10 01:10:46 +00:00
..
public Added gitignore 2022-10-20 21:46:33 +02:00
src Added gitignore 2022-10-20 21:46:33 +02:00
.gitignore Added gitignore 2022-10-20 21:46:33 +02:00
jest.config.ts Added gitignore 2022-10-20 21:46:33 +02:00
package.json Update all dependencies 2024-09-10 01:10:46 +00:00
README.md Added gitignore 2022-10-20 21:46:33 +02:00
setupTests.ts Added gitignore 2022-10-20 21:46:33 +02:00
tsconfig.json Added gitignore 2022-10-20 21:46:33 +02:00
tsconfig.test.json Added gitignore 2022-10-20 21:46:33 +02:00
yarn.lock Update all dependencies 2024-09-10 01:10:46 +00:00

Redux Toolkit TypeScript Example

This example shows how to integrate Next.js with Redux Toolkit.

The Redux Toolkit is a standardized way to write Redux logic (create actions and reducers, setup the store with some default middlewares like redux devtools extension). This example demonstrates each of these features with Next.js

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

npx create-next-app --example with-redux with-redux-app
yarn create next-app --example with-redux with-redux-app
pnpm create next-app --example with-redux with-redux-app

Deploy it to the cloud with Vercel (Documentation).