Skip to content

Avoid state.$.$.* #85

Open
Open
@nighca

Description

@nighca

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    discussionMore discussions required

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions