Responsive React components

I learned that using CSS media queries to achieve RWD( using display: none) might be redundant. And that react actually renders the component internally which bad for performance.

So I learned there’s react-socks library which poses a solution. But I want to know which approach you guys take or which other library there might be out there

Hello there,

For most of my React projects, I use Bootstrap. You get used to it very quickly, and it has a decent amount built in.

1 Like

I will definitely give it a trial and see if it suits and meets my needs.
Thank you!