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
My components were destroyed in 254f2b7, so my site is currently getting built via custom functions for each post type, string literals, and Mustache. Adding new post types will get unwieldy before long, so a new solution is needed.
My first instinct is to implement this with server-side Preact, but if it's possible to render Web Components to a string, that would be cool too.
The text was updated successfully, but these errors were encountered:
My components were destroyed in 254f2b7, so my site is currently getting built via custom functions for each post type, string literals, and Mustache. Adding new post types will get unwieldy before long, so a new solution is needed.
My first instinct is to implement this with server-side Preact, but if it's possible to render Web Components to a string, that would be cool too.
The text was updated successfully, but these errors were encountered: