Remix.run Logo
troupo 2 hours ago

My opinion is that no one should re-implement CSS layout orimitives and algorithms. Those are rather unique in how (by necessity and quirks if history) awkward, stange and bolted on they are.

Explore other layout ideas. E.g. https://stackoverflow.com/questions/53911631/gui-layout-algo...

iainmerrick an hour ago | parent | next [-]

Well, hang on, there are several different layout algorithms in CSS, right? They keep the old ones for backwards compatibility, and they have to interoperate which makes things more complicated; but flexbox and grid are relatively new and quite nice.

est 44 minutes ago | parent | prev [-]

I side with your opinion. CSS is bad for UI layout (maybe good enough for text-flows idk)

... opens the SO link

yeah there's no answer to it (even if someone does, it would likely be closed by 5 others)