mrousavy / pipestate

🏦 A minimal state management library for React.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README.md ATOMS.md SELECTORS.md BEST-PRACTICES.md


pipestate

A minimal state management library for React and React Native.


Buy Me a Coffee at ko-fi.com








npm i pipestate


Why?

  • Simple API and terminology so you don't feel like you're learning a new language
  • Based on React hooks to maintain a clean and easy API
  • No Context API/HoC Wrappers
  • Works with multiple React roots (compatible with react-native-navigation!)
  • Great TypeScript support
  • Async selectors, lazy initializers, selectors with setters, and more!


πŸŽ‰ πŸ₯³ Hooray you're ready to learn about atoms!

About

🏦 A minimal state management library for React.

License:MIT License


Languages

Language:TypeScript 86.3%Language:JavaScript 13.7%