Artur93gev / context-store

Store management tool based on React Context API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Context-store

  • Based on React Context API
  • Mutliple Stores
  • Providing decorators api
  • Providing a caching mechanism out of the box

Synopsys

This tiny(size: 12kb) library provides a store management tool based on React Context API. The main concept is not having huge amount of switch cases in code, but just do a single update on a branch of your store.

Technical stack

  • ES6
  • React(v^16.3.0)

Example

You can play with it in sandbox

About

Store management tool based on React Context API

License:MIT License


Languages

Language:JavaScript 100.0%