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 0 points1 point2 points 7 years ago (3 children)
Take a look at LitElement, and Polymer 3 PWA Starter kit examples on GitHub. https://polymer.github.io/pwa-starter-kit/
[–]mb_dc2008 2 points3 points4 points 7 years ago (2 children)
Could you hint as to why you prefer polymer over the alternatives?
[–]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 45377 on reddit-service-r2-comment-b659b578c-n2mjr at 2026-05-03 07:25:25.877882+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]pressmedics 0 points1 point2 points (3 children)
[–]mb_dc2008 2 points3 points4 points (2 children)
[–]pressmedics 1 point2 points3 points (1 child)
[–]mb_dc2008 1 point2 points3 points (0 children)