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

feat: support passing signals as island props #757

Merged
merged 1 commit into from
May 31, 2023
Merged

Conversation

lucacasonato
Copy link
Member

@lucacasonato lucacasonato commented Sep 11, 2022

This commit adds support for passing signals to islands in component
props. This is useful for passing around mutable state between islands.
The signal's value needs to be serializable for this to work.

Closes #749

Depends on #1224

@lucacasonato lucacasonato marked this pull request as draft September 11, 2022 13:27
@lucacasonato lucacasonato force-pushed the signal_props branch 2 times, most recently from 69e0e96 to 59d1a54 Compare May 30, 2023 17:31
@lucacasonato lucacasonato changed the base branch from main to new_deserializer May 30, 2023 17:31
@lucacasonato lucacasonato marked this pull request as ready for review May 30, 2023 17:53
@lucacasonato lucacasonato requested a review from iuioiua May 30, 2023 17:54
Base automatically changed from new_deserializer to main May 31, 2023 08:12
This commit adds support for passing signals to islands in component
props. This is useful for passing around mutable state between islands.
The signal's value needs to be serializable for this to work.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support passing signals to island props
1 participant