Live data from Hacker News

Viewing profile — bennypowers

bennypowers

HN member
Joined
Wed, Oct 04, 2017, 7:24 AM UTC
HN karma
13
Public activity
9 items

About bennypowers

No profile information was provided.

Recent public activity

  1. story
  2. 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 …

  3. comment
    Comment #40859877

    Excellent! Thank you

  4. comment
    Comment #40855255

    Are you running the web platform tests?

  5. comment
    Comment #31260727

    SpaceX Dragon capsule's screens Wordle Photoshop GitHub - Freaking GitHub! Nintendo's website Salesforce Innumerable startup SaaS dashboards

  6. 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

  7. 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…

  8. 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…

  9. 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…