Written by James McDonald

February 27, 2017

Sample of App.js replaced with React-Bootstrap components

The create-react-app npm module that lets you get started quickly with React is getting better and better.

Here is a list of all sorts of things you can then add on top of the create-react-app to make it betterer

https://github.com/facebookincubator/create-react-app#user-guide

I have been using bootstrap with CakePHP and love how it has freed me up to actually code and not worry about layout out and spacing so much. So for me the information on adding Bootstrap to React will be very helpful.

https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#adding-bootstrap

And then you can just declare a heap of Bootstrap React components which take the headache out of constructing them your self.

https://react-bootstrap.github.io/components.html

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.

You May Also Like…

Clear HSTS Settings in CHrome

Open chrome://net-internals/#hsts enter the domain in the query field and click Query to confirm it has HSTS settings...

Ubuntu on Hyper-v

It boils town to installing linux-azure # as root or sudo apt-get update apt-get install linux-azure...