Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow scoping atom change in part of a component's render tree #135

Closed
Tracked by #127
IniZio opened this issue Oct 9, 2022 · 1 comment
Closed
Tracked by #127

Allow scoping atom change in part of a component's render tree #135

IniZio opened this issue Oct 9, 2022 · 1 comment

Comments

@IniZio
Copy link
Owner

IniZio commented Oct 9, 2022

e.g.

<Atom atom={form.value.username}>
  {control => <input onChange={e => control.v = e.target.value} value={control.v} />} 
</Atom>
@IniZio IniZio mentioned this issue Oct 9, 2022
15 tasks
@IniZio IniZio changed the title Allow scoping atom change in part of a component's render treee.g. <Atom atom={form.value.username}> {control => <input onChange={e => control.v = e.target.value} value={control.v} />} </Atom {control => control.v = e.target.value} value={control.v} />} Allow scoping atom change in part of a component's render tree Oct 9, 2022
@IniZio
Copy link
Owner Author

IniZio commented Oct 12, 2022

Replaced by #154

@IniZio IniZio closed this as completed Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant