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

A new component system #79

Open
cuibonobo opened this issue Dec 18, 2023 · 1 comment
Open

A new component system #79

cuibonobo opened this issue Dec 18, 2023 · 1 comment

Comments

@cuibonobo
Copy link
Owner

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.

@cuibonobo
Copy link
Owner Author

There has been a lot of Discourse about Web Components over the past few months and I have now realized that I was misunderstanding what they were and how they worked.

I was checking out SolidJS and I think it captures what I like about React/Preact but without the baggage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant