holycow

๐Ÿฎ React hook-based state management

MIT License

Downloads
70.4K
Stars
24
Committers
1

Bot releases are visible (Hide)

holycow - v1.2.0 Latest Release

Published by sultan99 over 1 year ago

Feature

๐Ÿ—ƒ๏ธ Context state

holycow - v1.1.1

Published by sultan99 over 1 year ago

holycow -

Published by sultan99 over 1 year ago

holycow - v1.1.0

Published by sultan99 almost 2 years ago

Feature

๐Ÿ“ข Signal Events

holycow - v1.0.0

Published by sultan99 almost 2 years ago

Features

  • ๐Ÿƒ Atomic state updates
  • ๐Ÿงฎ Computed values come with caching and lazy evaluation
  • ๐Ÿ“ฌ Subscription to state changes
  • ๐Ÿงฉ Utility functions (compose, curry, pick, append, update)
  • ๐ŸŽฃ No external dependency, Ramda library is removed

Breaking changes

๐ŸŽฌ Actions

  • Actions must now be wrapped with the action function
  • New declaration interface: action(state => payload => { ... })

๐Ÿงฎ Computed values

  • Computed values must now be wrapped with the computed function
  • Payload from computed functions has been removed
  • New declaration interface: computed(state => ...)
holycow - v0.1.1

Published by sultan99 about 2 years ago

Chore

  • Update packages
  • Remove Lerna
holycow - v0.1.0

Published by sultan99 over 2 years ago

Features

  • ๐Ÿง  Greedy rendering
  • ๐Ÿงฎ Computed values with hook nesting
  • ๐ŸŽฌ Actions
  • ๐Ÿ—ฟ Static variables
  • ๐Ÿคน Selectors
  • ๐Ÿ“Ž Strongly typed with TypeScript.