Simple React State Management –

Description:

react-organism is a dead simple React state management to bring pure components alive.

Features:

  • Embraces the existing functional setState, but avoids boilerplate (no writing this.setState() or .bind again)
  • Supports async and await and easy loading (e.g. fetch())
  • Tiny: 1.18KB gzipped (2.8KB uncompressed)
  • Easy to write units test for (example coming soon)
  • Dedicated create-react-organism tool to quickly create organisms: yarn create react-organism OrganismName

Installation:

npm i react-organism –save

Preview:

react-organism

Add Comment