DEV Community

Discussion on: Do you code mobile-first?

Collapse
 
hb profile image
Henry Boisdequin

I usually code desktop first and then work on a mobile app. I haven't learnt any web and mobile frameworks such as React Native Web or Flutter Web but that would be more efficent!

Collapse
 
thalitadev profile image
Thalita G.

Mobile-first means first coding the mobile version of your site then coding the desktop view. It improves responsiveness of your site. This isn't about making a mobile app. :)

Collapse
 
hb profile image
Henry Boisdequin

My mistake! Thanks for clarifying.