Ok, I am missing something obviously but cannot figure it now.
import React from \'react\'; import {Button} from \'react-bootstrap\'; let App=React.createClass(
I think the App component works OK~, it has no problem when I test. Maybe you miss one thing: To link in the CSS of Bootstrap. Try to add a linking stylesheet inside the head of the HTML.