Reputation: 720
As I learned more about website design and React, I wanted to move away from using the bootstrap library to create responsive websites. But I was wondering what are the other great alternative ways to have a responsive websites- not only in changing the layout but also the type of components being rendered.
Let's say for a weather website, I would like to display a full graphics components with weather details (which includes graphical images with data) in desktop while in mobile version I would like to simply display the relevant data to pass the information in the possible given space. What's the best method to be undertaken in react?
Upvotes: 0
Views: 1417
Reputation: 26
react-router offers a Responsive Routing feature and their docs are very straightforward. I have yet to use this myself but want to on my next project. react-training
Upvotes: 1