formstate-x
formstate-x copied to clipboard
Avoid `state.$.$.*`
If we implement a complex input with:
state = new TransformedState(
new FormState({
foo: ...
})
)
There will be codes like state.$.$.* in the input component, which seems verbose.
Maybe we can avoid that by optimizing API of TransformedState.