Skip to content

A NextJs Starter with Redux (Redux Toolkit and RTK Query) written in Typescript.

License

Notifications You must be signed in to change notification settings

carledwardfp/next-redux-ts-starter

Repository files navigation

NextJs-Typescript-ReduxToolkit-RTKQuery Starter

A NextJs Starter with Redux (Redux Toolkit and RTK Query) written in Typescript.

Features

  • ⚡️ Next 12, React 18
  • ✔️ Typescript
  • 🧠 Redux Toolkit (with next-redux-wrapper)
  • 🌐 RTK Query

Coding Style

  • ★ ESLint
  • 💅 Prettier

Getting Started

Installing

yarn create next-app [project-name] -e https://github.com/official-carledwardfp/next-redux-ts-starter
# or
npx create-next-app [project-name] -e https://github.com/official-carledwardfp/next-redux-ts-starter

Executing program

  • Run yarn serve:mock or npx run serve:mock to run the mock database
  • Run yarn dev or npm run dev to start developing

Help

N/A

Contributions

Everyone is welcome to contribute to this project. Feel free to open an issue if you have question or found a bug.

Contributors:

Special Thanks:

Version History

  • 0.1.1
    • chore: follow redux best practices
  • 0.1
    • Initial Release

License

This project is licensed under the MIT License - see the LICENSE file for details

About

A NextJs Starter with Redux (Redux Toolkit and RTK Query) written in Typescript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published