A guy on r/css told me my grid trick was 'just flexbox with extra steps' and now I can't unsee it
I was proud of a 6 line grid template that stacked cards on mobile and went 3 columns on desktop, until a commenter pointed out I could do the same layout with 2 lines of flex-wrap and a flex-basis. I tried it in CodePen and the flex version came out at 11 lines total vs my 19, which stung a bit. So now I'm wondering, when do you actually reach for grid over flex, or do you just default to one and never look back?