Live data from Hacker News

Viewing profile — westbrookjo

westbrookjo

HN member
Joined
Fri, Apr 12, 2019, 3:13 AM UTC
HN karma
5
Public activity
10 items

About westbrookjo

No profile information was provided.

Recent public activity

  1. comment
    Comment #19656149

    That's an interesting read. I'm thinking on whether the real question is what is the declarative difference between the video tag, which by normal application lets everyone feel fi…

  2. comment
    Comment #19656138

    Possibly. I think the extra `&`s are something that could wash out with one-time tooling, and that the desire for `@nest .parent &` would bump the conversion rate, but it's always …

  3. comment
    Comment #19650869

    You might want to check out https://cssdb.org/#nesting-rules native nested CSS rules have hit stage 1!

  4. comment
    Comment #19650747

    LitHTML and LitElement don't need a specific bundler, they work with whatever tools (or not) you'd like. You might want to get them another look!

  5. comment
    Comment #19643768

    One thing that is particularly important to take into account when comparing web components to framework is that they can and should work together. If indeed "web components" repla…

  6. comment
    Comment #19641772

    Even from the beginning of Polymer and it's use of HTML Imports there were tools for bundling them and they worked great! It's even easier to find the right tool for you now that E…

  7. comment
    Comment #19641742

    You can server side render a `video` element just the same way you would a `custom-element`. We've been doing it for years and there's no reason to think anything about that has ch…

  8. comment
    Comment #19641725

    Types are cool, TypeScript is cool, and types with JSDocs are cool, https://dev.to/dakmor/type-safe-web-components-with-jsdoc-4i... and what's more, they're all cool with web compo…

  9. comment
    Comment #19641710

    You might be interested in https://github.com/bennypowers/stripe-elements Stripe v3 with Shadow DOM.

  10. comment
    Comment #19641677

    Be sure to checkout lit-html and LitElement ( https://lit-html.polymer-project.org & https://lit-element.polymer-project.org )...what you've written about here already exists!