myrtille

An immutable (but feeling mutable) one-way state manager without reducers

MIT License

Downloads
6
Stars
4
Committers
3
myrtille - v0.8.2 Latest Release

Published by fabienjuif over 4 years ago

🐛 Bugs

  • myrtille dispatch action in the order you write it in a reaction
myrtille - v0.8.1

Published by fabienjuif over 4 years ago

📝 Documentation

  • Badges are links to their SaaS servives
  • Update README from sub packages
  • Adding a DEV.md file

🐛 Bugs

  • getFromPath with works with undefined path and then returns the whole data
  • action is fully sent to redux-devtools (there were only the type that were send)

✨ Modifications & Features

  • react / use layout effect to connect myrtille, this way we are sure that our dispatch like "mount" are sent in right order and the react UI has no clipping.
    • if still prefer the useEffect over the useLayoutEffect you can then wrap @myrtille/react hooks in your own
myrtille - v0.8.0

Published by fabienjuif over 4 years ago

💎 code quality

  • In the code we renamed callback into reaction to match documentation when it was necessary.
  • Eslint and jest have been upgraded
  • Github security alerts have been fixed

✨ listeners

  • You can listen to a regexp
  • You can listen to a function
myrtille - v0.6.0

Published by fabienjuif over 5 years ago

myrtille - v0.5.0

Published by fabienjuif over 5 years ago

myrtille - v0.4.1

Published by fabienjuif over 5 years ago

myrtille - v0.3.1

Published by fabienjuif over 5 years ago