Skip to content

chesterlaykin/create-next-ts-redux-template1

Repository files navigation

Create-next-ts-redux-template1

Create-next-ts-redux-template1

Template with Next (by Create next app), and typescript, and redux (modern redux with toolkit). Based on example : https://github.com/learnwithjason/lets-learn-redux-toolkit youtube tutorial

Redux

Modern redux with redux toolkit (that uses Immer)

Current status

Working

Current goal

Comments (continuous)

sep 2022

maybe add @types/express

Installed dependencies + configurations

Create next-app with typescript

Command used: yarn create next-app --typescript

Next.js version: 12.3.1

Redux ("modern redux" with toolkit)

  • @reduxjs/toolkit
  • react-redux
  • react-dom
  • express

Command:

yarn add @reduxjs/toolkit react-redux react-dom express

Compileroptions configurations

To not have to import React in every component:

"jsx": "react-jsx"

Typescript

The --typescript option installs:

  • @types/node": "18.8.3"
  • @types/react": "18.0.21",
  • @types/react-dom

Vscode recommended settings

Bootstrap 5

Css grid enabled ( bootstrap5.2_variables.scss )

SASS

Sass

Sass

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published