Cal9233 / Redux-Assignment

0 stars 0 forks source link

Question 10: How can you test your media queries during development? #5

Open radika-insfra opened 1 year ago

radika-insfra commented 1 year ago

Answer enhancement


You can test your media queries during development by using the browser's developer tools to simulate different screen sizes and device orientations. You can also test on actual devices or using online tools that allow you to preview your website in different contexts.


Cal-Ell commented 1 year ago

During development you have to test media queries on all devices to make them responsive before pushing to production. You would start initially at the smallest which might be phone size, than slowly expand to a large desktop or more. You can do this by using various responsive tools, one of these popular tools is chrome dev tools. Giving you access of various device dimensions to test your media queries on.