You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have prepared example of use Wire library for state management and separation of concerns, another way of Flux implementation, it's almost complete clone (except on line in model) and reuse of the business logic from example of Wire use in original repository - web version with template from TodoMVC. Also this example use Flutter Widget for Wire - WireDataBuilder.
The library is still in developing, but I think major API and concepts won't change, I have plan to add "middleware" and "traces" to inspect current state and registered wires/signals and data. @brianegan could you please check my PR from wire branch?
The text was updated successfully, but these errors were encountered:
I have prepared example of use Wire library for state management and separation of concerns, another way of Flux implementation, it's almost complete clone (except on line in model) and reuse of the business logic from example of Wire use in original repository - web version with template from TodoMVC. Also this example use Flutter Widget for Wire - WireDataBuilder.
The library is still in developing, but I think major API and concepts won't change, I have plan to add "middleware" and "traces" to inspect current state and registered wires/signals and data.
@brianegan could you please check my PR from wire branch?
The text was updated successfully, but these errors were encountered: