vidow/vidow-front
Kasper Juul Hermansen 4c7744878a
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error
Update dependency @types/react to v18.3.5
2024-08-30 10:58:54 +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 dependency @types/react to v18.3.5 2024-08-30 10:58:54 +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 dependency @types/react to v18.3.5 2024-08-30 10:58:54 +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).