How to Make a Responsive App With React and Bootstrap

John Au-Yeung
Better Programming
Published in
11 min readAug 30, 2019

--

Photo by Taras Shypka on Unsplash

React is a great framework for building interactive web apps. It comes with a bare-bones set of features. It can render your page when you update your data and provides a convenient syntax for you to write your code easily. We can make our apps mobile-friendly with UI frameworks such as Bootstrap.

--

--