DEV Community

Discussion on: Responsive Design and Mobile First

Collapse
 
synapse709 profile image
Tim Titus • Edited

I design desktop first, but then use CSS Grid to make everything rearrange for all sizes of device. grid-template-areas is all you need to create some incredible mobile interfaces which can easily look like a native app experience, but without having to create a separate interface or get yourself into update management hell.