Skip to content

A small container component with an isolated Redux store.

Notifications You must be signed in to change notification settings

Rokt33r/reduxlet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reduxlet

Build Status

A small container component with an isolated Redux store.

Intro

Manage state of a component just like redux!

Reduxlet create a redux store, which is context-free, for a single container component. Let's use actions and reducer instead of using this.setState!

Also, lots of sugar is inside by default. Binding actions to dispatch, composing enhancers and applying middleware become much easier!

Who needs Reduxlet?

Who want to make a VERY POWERFUL component.

  • Who needs very strict state control
  • Who needs saga for a React Component

Reduxlet in real world

Reduxlet in real world

Packages

This is a monorepo. To find more information, please check the following links!

About

A small container component with an isolated Redux store.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published