framework icon indicating copy to clipboard operation
framework copied to clipboard

Transform `@foo` to `self.state[:foo]`

Open aalin opened this issue 3 years ago • 0 comments

StateAndPropsTransformer transformes $foo to self.props[:foo]. Would be convenient to have the same thing for state.

Not 100% sure how it should work with update { |state| }.. could probably figure out something clever... or maybe use mayu-signals

aalin avatar Feb 05 '23 15:02 aalin