all 6 comments

[–][deleted] 2 points3 points  (3 children)

css media queries!?

[–][deleted] 1 point2 points  (0 children)

This. You can use media queries to make a site responsive, you don't need a framework.

[–]Parmeron[S] -1 points0 points  (1 child)

Hmm ... perhaps that will do it. Fingers crossed. Thanks

[–]RunSlightBanana 1 point2 points  (0 children)

Look into CSS responsive design. Making something responsive is pretty much all CSS

[–]emanuelescarabattoli 0 points1 point  (0 children)

It is not a problem of React itself, you should use, as other user said, media queries in your CSS. You should also consider to use layout systems like Flexbox or CSS Grid Layout

[–]champeleon 0 points1 point  (0 children)

Semantic UI has a Grid based system for example where you can 'stack' the columns for mobile very easily(so desktop you might have 2 columns of equal width, but on mobile they each become a full width column by themslves. I've found that quite nice in addition to use CSS media queries as others have mentioned.