-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
I want to evaluate these HTML macro systems and any others. @Pauan and others, let me know if you have thoughts on a good html macro system for rust to enable JSX style in Dominator, thanks.
typed-htmlis a wonderful library. Unfortunately, it focused its power in strictness of the HTML spec itself, and doesn't allow arbitrary compositions of custom elements.
rendertakes a different approach. For now, HTML is not typed at all. It can get any key and get any string value. The main focus is custom components, so you can create a composable and declarative template with no runtime errors.
schneiderfelipe and MendyBerger
Metadata
Metadata
Assignees
Labels
No labels