0.0.1 • Published 3 years ago

hitutor-teach-platform v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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 or Yarn to bootstrap the example:

npx create-next-app --example with-redux-toolkit-typescript with-redux-toolkit-app
# or
yarn create next-app --example with-redux-toolkit-typescript with-redux-toolkit-app

Deploy it to the cloud with Vercel (Documentation).