formstate-x icon indicating copy to clipboard operation
formstate-x copied to clipboard

Avoid `state.$.$.*`

Open nighca opened this issue 3 years ago • 0 comments

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.

nighca avatar Apr 18 '22 03:04 nighca