0.2.0 • Published 3 years ago
atomic-preact v0.2.0
Atomic Preact
Very simple state management library used to make things more easy to change without losing too much performance
It uses the method rerender()
that enqueue a next render for the next frame
No matter how many times rerender()
is called, it will make the entire app rerender once
This makes this state management more performatic than Recoil or Redux when small parts of the app is rerendered