When to make website responsive?
Do you guys handle responsivity from the literal beggining of a project?
Or do you wait until you finish the website completely for mobile/desktop then start implementing responsivity for other dimensions?
I always do the second one (im still a beginner in front-end) and i wonder if im doing it the right way
2 Replies
It’s 9 bajillion times easier to make it responsive from the start. That way you build it from the ground-up and don’t have to do any major overhauls after.
Heck, that’s why “mobile first” is a big thing: if you make it mobile-friendly it’s already desktop-friendly! But the reverse isn’t true.
That makes a lot of sense 😄
Thank you!