Viewing profile — bennypowers
bennypowers
HN member- Joined
- Wed, Oct 04, 2017, 7:24 AM UTC
- HN karma
- 13
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About bennypowers
No profile information was provided.
Recent public activity
- story
-
story
Show HN: Backlit – Lit Web Component SSR for Drupal via Go and WASM, No Node.js
Two years ago I posted about server-rendering Lit web components in Drupal using a Node.js sidecar container. It worked but felt like a proof of concept -- Docker, inter-container …
-
comment
Comment #40859877
Excellent! Thank you
-
comment
Comment #40855255
Are you running the web platform tests?
-
comment
Comment #31260727
SpaceX Dragon capsule's screens Wordle Photoshop GitHub - Freaking GitHub! Nintendo's website Salesforce Innumerable startup SaaS dashboards
-
comment
Comment #31260707
should have posted this in r/confidentlyincorrect Yeah, here's my youtube video from 3 years ago preemptively proving you wrong https://www.youtube.com/watch?v=Vz433mJR2ow
-
comment
Comment #19247275
Why JSXBelPack when you can import { html, render } from 'https://unpkg.com/lit-html'; const benefitTpl = ({name, desc}) => html` ${name} ${desc} `; render(html` ${benefits.map(ben…
-
comment
Comment #19089817
Build GraphQL apps using lit-element for rendering with lit-apollo: https://npm.im/@apollo-elements/lit-apollo I built a demo chat app that got a 98 lighthouse performance score ht…
-
comment
Comment #15398839
I built a little Polymer wrapper for stripe elements unfortunately, it only works with the polyfill. It seems at first blush to be an issue between Stripe's react components and sh…