0.0.2 • Published 5 years ago

reduced-state v0.0.2

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

Reduced state

This is a minimalistic implementation of redux. It features:

  • combineReducers.
  • dispatch.
  • state.
  • subscribe / unsubscribe.

Nothing else.

Motivations

It must run inside really tiny devices (IoT, smartwatches, etc.) where:

  • You have to use ES5 compatible code.
  • You have memory constraints: this module doesn't have development features like runtime checks, warnings or errors. You're an experienced developer so you know how to use redux.
0.0.2

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago