jaspr_current 0.1.2
jaspr_current: ^0.1.2 copied to clipboard
A simple yet powerful state management library for Jaspr. Keeps your component build methods clean, with ZERO dependencies on 3rd-Party packages.
Jaspr Current Example #
This example demonstrates the core patterns of the Jaspr Current state management library. It includes a simple counter page showcasing how to manage state with CurrentViewModel and CurrentComponent.
Also includes an example of optional app level state management (bg color toggle). If you are coming from the Flutter Current package, be mindful that app level state management is much different in Jaspr, as you have to ensure that your Current root object is accessible where you expect it to be; whether or not the code is executing on the server or client.