Live data from Hacker News

Viewing profile — keithjgrant

keithjgrant

HN member
Joined
Mon, Jun 01, 2015, 2:31 PM UTC
HN karma
8
Public activity
10 items

About keithjgrant

https://keithjgrant.com Author of CSS in Depth https://www.manning.com/books/css-in-depth?a_aid=kjg

Recent public activity

  1. story
  2. story
  3. story
  4. comment
    Comment #20115422

    You can reproduce a fair bit of Grid using just Flexbox (and we did that for quite a while before Grid came along)—but it's going to be far more verbose, both your HTML and CSS, an…

  5. story
  6. comment
    Comment #14061371

    Apart from the semantic issues that result when littering your HTML with tags that inaccurately represent the content they contain, Grid also provides features that tables cannot d…

  7. comment
    Comment #14053957

    HTML is not just about putting text on a screen. It is markup ; the tags and attributes imply meaning about the contents they contain. This makes it not only usable by a web browse…

  8. story
  9. comment
    Comment #11179109

    Out of curiosity, why did you use a custom virtual-DOM implementation instead of one like React?

  10. story