mek-yt / store

Flexible and efficient React Store with hooks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Store

Features

  • Supports all react hooks. Writing a store is just like writing a component.
  • Simple but efficient, quite easy to learn.
  • Use multiple stores to organize your data.
  • Dependency injection based on React Context.
  • Strongly typed with Typescript, also works well with JS.

About

Flexible and efficient React Store with hooks.

License:MIT License


Languages

Language:TypeScript 100.0%