An open API service indexing awesome lists of open source software.

https://github.com/mrousavy/pipestate

🏦 A minimal state management library for React.
https://github.com/mrousavy/pipestate

javascript library management react state typescript

Last synced: 2 months ago
JSON representation

🏦 A minimal state management library for React.

Awesome Lists containing this project

README

        

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](http://github.com/wix/react-native-navigation)!)
* Great TypeScript support
* Async selectors, lazy initializers, selectors with setters, and more!




> **🎉 🥳 Hooray you're ready to learn about [atoms](ATOMS.md)!**