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 passing reactive children #5

Open
boar-is opened this issue Oct 23, 2024 · 0 comments
Open

Allow passing reactive children #5

boar-is opened this issue Oct 23, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@boar-is
Copy link
Owner

boar-is commented Oct 23, 2024

For now, children props can't be reactive. Instead, jotai.memo is used. It would be great to have such API:

<jotai.strong>{helloWorldAtom}</jotai.strong>

// instead of

<strong><jotai.memo>{helloWorldAtom}</jotai.memo></strong>

Or, combined with #2:

// Hello, World!
<jotai.strong>{(get) => `${get(helloAtom)}, ${get(worldAtom)}!`}</jotai.strong>
@boar-is boar-is added enhancement New feature or request help wanted Extra attention is needed labels Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant