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

Render the tree on the client #126

Merged
merged 4 commits into from
Jan 16, 2024
Merged

Render the tree on the client #126

merged 4 commits into from
Jan 16, 2024

Conversation

sansyrox
Copy link
Member

@sansyrox sansyrox commented Dec 22, 2023

TODO: get rid of the states

TODO:
- Check whether we need the html property, we do!

  • find a better way of attaching signals.

@sansyrox sansyrox force-pushed the serialization/deserialization branch 12 times, most recently from 346a091 to 830c48f Compare January 9, 2024 21:13
@sansyrox sansyrox changed the title wip Render the tree on the client Jan 9, 2024
@sansyrox sansyrox force-pushed the serialization/deserialization branch from 3ec4107 to de0e55f Compare January 9, 2024 21:44
@sansyrox sansyrox force-pushed the serialization/deserialization branch from 929c16d to 1d73792 Compare January 9, 2024 21:45
Comment on lines +90 to +92
"<script type='mpy'>GLOBAL_STORE={}; GLOBAL_OBSERVERS={}; GLOBAL_REVERSE_OBSERVERS={}; GLOBAL_CLIENT_DOM_ID_MAP={};</script>"
)
html_file.write("<script type='mpy'>print(GLOBAL_STORE)</script>")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is something temporary. Will be made better in the future.

@sansyrox sansyrox merged commit a1fa1a5 into main Jan 16, 2024
1 check failed
@sansyrox sansyrox deleted the serialization/deserialization branch January 16, 2024 20:35
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.

1 participant