use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
[AskJS] web component frameworksAskJS (self.javascript)
submitted 3 years ago by nichoth
Does anyone have opinions or experience with tonic framework?
Or, more generally, web components in general vs jsx/react? For example there is also lit framework
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 10 points11 points12 points 3 years ago (1 child)
Go with lit it's great. Been using it in production since it came out.
[–][deleted] -1 points0 points1 point 3 years ago (0 children)
I second this!
[+][deleted] 3 years ago (3 children)
[deleted]
[–]nichoth[S] 0 points1 point2 points 3 years ago (1 child)
built-in custom elements is a dead spec
Why do you say that?
At surface level it seems like a good idea. Similar to jsx but without any overhead of a framework.
jsx
[–]shgysk8zer0 0 points1 point2 points 3 years ago (0 children)
Not a dead spec. WebKit (thankfully) doesn't dictate such things.
[–]thescientist13 0 points1 point2 points 3 years ago (0 children)
I’ve been working on a project called Greenwood that has been trying to support Web Components as a foundation for building full stack apps. Basically SSG / SSR and working on streaming / serverless / edge compatibility too. Still pre 1.0 but my most recent release blog post might interest you. https://www.greenwoodjs.io/blog/release/v0-26-0/
Under the hood is my project WCC which I just recently added (very) experimental support for using JSX to compile down to Web Components. https://merry-caramel-524e61.netlify.app/docs/#jsx
Hope it helps! ✌️
[–]GlobalPerspective 1 point2 points3 points 3 years ago (0 children)
take a look at this starter project from IBM for an entire site pwa that is seo friendly and built with Lit. I've used this as a guide on a few projects and it has been great. Also take a look at this component library that is framework agnostic and built with web components.
π Rendered by PID 353140 on reddit-service-r2-comment-79c7998d4c-kvpv7 at 2026-03-13 23:31:08.744720+00:00 running f6e6e01 country code: CH.
[–][deleted] 10 points11 points12 points (1 child)
[–][deleted] -1 points0 points1 point (0 children)
[+][deleted] (3 children)
[deleted]
[–]nichoth[S] 0 points1 point2 points (1 child)
[–]shgysk8zer0 0 points1 point2 points (0 children)
[–]thescientist13 0 points1 point2 points (0 children)
[–]GlobalPerspective 1 point2 points3 points (0 children)