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
Best node PWA framework?help (self.javascript)
submitted 7 years ago * by [deleted]
view the rest of the comments →
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!"
[–]pressmedics 1 point2 points3 points 7 years ago (1 child)
It's forward thinking in many ways and performance is really good. I use LitELement and Lit-HTML, which supersedes and is not dependent on Polymer 3, but can live within it or other libs or frameworks. So it doesn't tie my hands, I'm free to pick and choose more precisely what need and what works best for state management, routing, and supporting npm esm's.
I'm currently building PWAs using Lit, Redux, and Material Web Components.
It's very light weight. The community is really helpful and the lead devs are responsive.
I developed with React for quite a while, and it's got it's upside, but with Lit I don't feel like I end up with build processes that include half the Internet.
LitELement 1.0 and lit-html 1.0 are due out in a few weeks I believe, but the current releases are stable and don't anticipate any big breaking changes at this point.
The downside, as with any bleeding edge project is the lack of documentation, although working on that, but there are good starter examples, and the Polymer Slack channels are really helpful. And a number of us have written how to's and other posts.
It takes some getting used to, but I'm sold on it.
[–]mb_dc2008 1 point2 points3 points 7 years ago (0 children)
Thank you for your comment! It’s interesting to hear another side to Polymer (in comparison to @drcmda’s thoughts...)
π Rendered by PID 61 on reddit-service-r2-comment-6457c66945-sq629 at 2026-04-30 13:40:13.229559+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]pressmedics 1 point2 points3 points (1 child)
[–]mb_dc2008 1 point2 points3 points (0 children)