Viewing profile — keithjgrant
keithjgrant
HN member- Joined
- Mon, Jun 01, 2015, 2:31 PM UTC
- HN karma
- 8
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About keithjgrant
https://keithjgrant.com
Author of CSS in Depth https://www.manning.com/books/css-in-depth?a_aid=kjg
Recent public activity
- story
- story
- story
-
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…
- story
-
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…
-
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…
- story
-
comment
Comment #11179109
Out of curiosity, why did you use a custom virtual-DOM implementation instead of one like React?
- story