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
Is your feature request related to a problem? Please describe.
I want to have a component that mutates the state locally with validation in a transactional manner. For example, I have a user object:
Is your feature request related to a problem? Please describe.
I want to have a component that mutates the state locally with validation in a transactional manner. For example, I have a user object:
The UI will have a modal dialog for
address
that will get it as a prop and will only "commit" to the store ifaddress
is valid.Describe the solution you'd like
Very similar to https://github.com/mobxjs/mobx-utils#viewmodel
Describe alternatives you've considered or seen elsewhere
none
Additional context
none
The text was updated successfully, but these errors were encountered: