TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Who is using css grid in production?

19 pointsby pratikborsadiyaalmost 8 years ago

5 comments

yellowapplealmost 8 years ago
I used it in a personal project (<a href="http:&#x2F;&#x2F;loyaltonmuseum.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;loyaltonmuseum.org&#x2F;</a>), since it made things a lot simpler. Few browsers support it natively, but there&#x27;s a polyfill for it (<a href="https:&#x2F;&#x2F;github.com&#x2F;FremyCompany&#x2F;css-grid-polyfill" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;FremyCompany&#x2F;css-grid-polyfill</a>) which supposedly supports just about all modern browsers (including IE9+).
评论 #14674063 未加载
评论 #14678999 未加载
codefinedalmost 8 years ago
We don&#x27;t use CSS Grid, 40% of our users don&#x27;t support it in their browser. Judging by the five hours this post has been up, I feel like a lot of Hacker News doesn&#x27;t use it either.<p>However, when support for it does go up, we&#x27;re definitely migrating to it. It seems to have a really nice syntax.
评论 #14671462 未加载
alexswensenalmost 8 years ago
I have experimented with it. I plan to start using it going forward, as most of our users have support for it in their browser.
taurathalmost 8 years ago
I would if browsers supported it. Now we just need babel for CSS.
dsschnaualmost 8 years ago
I do, its pretty great