Show HN: CSS Grid Playground in Webflow
webflow.com
Show HN: CSS Grid Playground in Webflow
1–10 of 34 posts
Re: Show HN: CSS Grid Playground in Webflow
#2The Webflow designer was built mostly in knockout.js in 2013/2014, but we finished a migration to React about a year ago. We’re still learning all the tricks needed to make a very large React app performant, but we haven’t looked back.
We'd love to hear your feedback!
The CSS Grid playground works in desktop Chrome/Safari/Brave/Vivaldi, as we're still working on Firefox and tablet support.
Re: Show HN: CSS Grid Playground in Webflow
#3What is webflow doing about that? Do you provide some measure of automated fallback to flex box?
Re: Show HN: CSS Grid Playground in Webflow
#4Using some "grid-template-areas" + media queries is so cool... It gives you so much control over the layout!
Re: Show HN: CSS Grid Playground in Webflow
#5All these colored boxes following my cursor around makes it hard to figure out what I'm even supposed to do.
And scroll doesn't work... I'm used to scrolling down to find out more about the product, but this doesn't give me anything to scroll to.
And then "try out the new grid playground -->" isn't even a link.
I'm sure a lot of thought went into this landing page, but it's so different from normal landing pages that I don't want to have to figure out how it even works in order to learn about the product.
Apologies for the criticism, but I assume I'm not the only one who feels frustrated by breaking so many web UX conventions.
Re: Show HN: CSS Grid Playground in Webflow
#6Sorry but I find this page extremely off-putting... All these colored boxes following my cursor around makes it hard to figure out what I'm even supposed to do. And scroll doesn't work... I'm used to scrolling down to find out more about the product, but this doesn't give me anything to scroll to. And then "try out the new grid playground -->" isn't even a link. I'm sure a lot of thought went into this landing page,…
Fortunately we didn't expend a tremendous amount of effort building the page. Here's the preview link to the actual landing page for those curious: https://preview.webflow.com/preview/g-r-i-d?utm_source=g-r-i...
Re: Show HN: CSS Grid Playground in Webflow
#7CSS Grids are a game changer in my opinion. Using some "grid-template-areas" + media queries is so cool... It gives you so much control over the layout!
Re: Show HN: CSS Grid Playground in Webflow
#8There's a few examples I've run across. One is copy + pasting text, links, or images into the grid - maybe it's just the way I'm using it, but it doesn't let me paste an object into the exact grid box I want intuitively.
Re: Show HN: CSS Grid Playground in Webflow
#9CSS Grids are a game changer in my opinion. Using some "grid-template-areas" + media queries is so cool... It gives you so much control over the layout!
Yea, it's a pretty transformational layout paradigm for the web. The crazy thing is less than 1% of websites use it: https://twitter.com/ebidel/status/1034874571747291136?s=19
Once IE dies or I have a job where I don't have to care about IE11 so much, then I'm all in.
Re: Show HN: CSS Grid Playground in Webflow
#10The CSS grid was much-needed in Webflow, but I found the implementation to be pretty unintuitive. There's a few examples I've run across. One is copy + pasting text, links, or images into the grid - maybe it's just the way I'm using it, but it doesn't let me paste an object into the exact grid box I want intuitively.
The next big release will include grids with contents that auto-flow vs having to always manually position them.