What is a good workflow for developing response frontend apps for web+mobile?

Hey all! I have got some older sites I want to refactor whilst i brush up on my frontend (in particular css!) I dev on a 32" 4k Monitor which makes frontend dev a bit weird as I can have my site looking good on my 32" but moving it to a smaller resolution and smaller monitor it can have weird sizing issues (this is what I am filling my knowledge in to fix!) My question is, if I wanted to make sure my site is good/responsive for both mobile and all monitor/browser sizes what workflow would people use to check the sizing whilst developing? In my case I am using React. Would it be a case of having the browser open twice in my local dev environment and having one use a mobile view in the browser and one using a more generic browser size? I want to make sure my new site looks good on both mobile and web when doing the frontend development so I am trying to see what peoples approach is to verifying the changes they are making whilst developing! Happy coding and keep learning!
1 Reply
13eck
13eck3w ago
Hello! This channel is for code-specific questions and yours is more suited to the #discussions channel. Please re-post there.

Did you find this page helpful?