You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's going to take a lot of potentially repetetive work to make each element. Each element is essentially a wrapper over the jfive API...could we make an intermediate format that is compiled to a custom element with the mappings to the underlying jfive API? Maybe even a JSON structure. Start prototyping with a JSON structure...should we build the compiler with Babel? I suppose the JSOn structure is the AST...figure out the best way to compile to a custom element. Look into how stencil does it
The text was updated successfully, but these errors were encountered:
It's going to take a lot of potentially repetetive work to make each element. Each element is essentially a wrapper over the jfive API...could we make an intermediate format that is compiled to a custom element with the mappings to the underlying jfive API? Maybe even a JSON structure. Start prototyping with a JSON structure...should we build the compiler with Babel? I suppose the JSOn structure is the AST...figure out the best way to compile to a custom element. Look into how stencil does it
The text was updated successfully, but these errors were encountered: