-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently the l function is called on runtime and generates the HTML string on the fly. I want this package to be able to be used as a way to structure writing pure HTML strings, so it may be cool to have some compile time macros which compile l() calls straight into the HTML string. We could use babel-plugin-macros or SweetJS, but I believe Sweet is no longer maintained. We could first only compile l() calls that use constants as parameters and later compile with variables too.
aidenybai
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request