DEV Community

Discussion on: What is the best way to tackle responsive design with minimal redundant code ?

Collapse
 
nimitwalia89 profile image
nimit walia • Edited

I usually dont rely on css frameworks. Flex box and media queries usually handle stuff pretty well. To conditionally render elements of different device size u can use react-device-detect or react-responsive. Also keep max width of website below 1200px if possible. So u dun have to worry about large displays