How to choose between grid and flex for a listing page
When we need to show a list of items, such as products in a product list page, we have the following two css alternatives:
display: grid
display: flex
I will demonstrate both here and I will explain why I choose one over the other.
Usually, we have...
istavros.dev2 min read