Skip to content

A prototype built with React, Redux, and NextJS (for routing) that shows how one can do CRUD to multiple state trees within a single webapp. Uses fast-redux, now you don't need to use constants for action types to match actions with reducers, as compared to conventional redux.

License

Notifications You must be signed in to change notification settings

joshuaquek/redux-multiple-states-nextjs

Repository files navigation

Multiple Redux States in single NodeJS web application

Description

A prototype built with React, Redux, and NextJS (for routing) that shows how one can do CRUD to multiple state trees within a single webapp. Uses fast-redux, now you don't need to use constants for action types to match actions with reducers, as compared to conventional redux.

Setup

Install NPM modules: npm install

Running

To run in development mode that supports hot reloading: npm run dev

To run in production mode: npm start

Analyse how the modules are bundled

Run: npm run analyze

About

A prototype built with React, Redux, and NextJS (for routing) that shows how one can do CRUD to multiple state trees within a single webapp. Uses fast-redux, now you don't need to use constants for action types to match actions with reducers, as compared to conventional redux.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published