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

Initial code for adding template system. #87

Merged
merged 191 commits into from
Mar 16, 2024
Merged

Initial code for adding template system. #87

merged 191 commits into from
Mar 16, 2024

Conversation

ivanceras
Copy link
Owner

@ivanceras ivanceras commented Mar 4, 2024

This allows avenue for creating template before the application is run.
This changes includes

  • moving mt-dom crate code into vdom module of sauron
  • adding a Component variant for Leaf

ivanceras added 30 commits March 4, 2024 02:06
…ts that has Generic types that is not bounded by the those traits
…XMSG in Component, this makes it easy to reference the associated type MSG when generating templates and skip_diff in the view macro
…lready optional in Application and Component trait
… share code as much as possible with the other functions
…oesn't need reference to the program"

This reverts commit ec5a7a2.
@ivanceras ivanceras merged commit da1916c into master Mar 16, 2024
8 checks passed
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