@redux-mvc/core

1.0.12 • Public • Published

redux-mvc

Alternative react bindings framework for React and Redux.

Modular, composable, reusable.

Docs

Examples

build status npm version npm downloads

Installation

# If you use npm:
npm install @redux-mvc/core

# Or if you use Yarn:
yarn add @redux-mvc/core

Motivations

  • Make an analogy with traditional MVC architecture.
  • Bring back separation of concerns.
  • redux is great for separation of concerns and reducing complexity, but is not modular and composable by default. Then is very hard to reuse.
  • Chop big redux state trees and make atomic modules.
  • Reduce the boilerplate around creating reducers, actionCreators, selectors, and wiring it all together.
  • Show the value of using a general but safe framework that enforces certain architecture choices.
  • Make a modular framework to be able to customize it to your needs.
  • Modules run when the module context component is constructed, not before like redux.
  • Bring back code splitting for redux.

Package Sidebar

Install

npm i @redux-mvc/core

Weekly Downloads

2

Version

1.0.12

License

MIT

Unpacked Size

92.6 kB

Total Files

27

Last publish

Collaborators

  • grafaacosta