Stateless components with scoped JS and CSS #1708
Unanswered
carlosjcuevasm
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to develop a website using a stateless component approach, with absolutely no JS overhead on the client side, that is, everything made on the built/compilation time. I'm new to frameworks, static site generators et all. I'm trying to build a workflow with something like that based on 11ty. Right now as a side project of sorts.
Am I wasting time because there are solutions that solve this aside from SSR?
I saw many issues related to working in 11ty with components. For me, I didnt quite found something as I was looking for or did I miss something?
Beta Was this translation helpful? Give feedback.
All reactions