←back to thread

46 points ulrischa | 1 comments | | HN request time: 0s | source
Show context
mediumsmart ◴[] No.43560986[source]
css grid is a real grid. it can do masonry just fine. what they want is a shuffle feature.
replies(2): >>43561486 #>>43573585 #
1. CharlesW ◴[] No.43573585[source]
Item Flow is a unified system that could generalize and replace today's layout-type specific Flexbox, Grid, and Masonry, and along with simplifying layout, would unlock new abilities.

> As we worked through the details, we started to get excited. Suddenly new features for Flexbox and Grid that people have wanted for years had an obvious home. Things seemed to click together elegantly. New capabilities emerged: (1) Flexbox could gain a way to do dense packing. (2) Grid could gain the ability to turn off wrapping (3) Masonry layouts could now be triggered with a value for item-flow, and more…