UNPKG

@sampettersson/constate

Version:

Yet another React state management library that lets you work with local state and scale up to global state with ease

9 lines (6 loc) 204 B
import Consumer from "./Consumer"; import Container from "./Container"; import Provider from "./Provider"; export * from "./types"; export * from "./Provider"; export { Consumer, Container, Provider };