10
My mentor told me to stop using CSS Grid for everything and it saved my layout
My old coworker Jess from a dev shop in Austin pulled me aside after I spent 3 hours fighting a grid for a simple card layout. She said grid is great for 2D layouts but overkill for linear lists where flexbox just works cleaner. I switched to flexbox for that project and cut my code by like 40 lines. Has anyone else gotten stubborn about using grid when they should have just used flex?
1 comments
Log in to join the discussion
Log In1 Comment
tara3455d ago
Flexbox saved me on a checkout form where grid was making everything misalign on mobile. Sometimes the simpler tool just does the job better without the extra overhead.
9