You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.
With Bootstrap, be aware that bootstrap.js and react.js do not play well together so any of the Bootstrap functionality that relies on JS in bootstrap.js will not work. There are two good projects where native React replacements have been re-written which work with the bootstrap CSS. They are ReactStrap https://reactstrap.github.io/ and ReactBootstrap https://react-bootstrap.github.io/ and both of them work very simply with Hyperloop and are a lot nicer to use than just the CSS in classes. You can import them both with NPM or Yarn and package with Webpack
Also is there (should there be?) a reactbootstrap opal gem? (I know you don't need it if using webpack)
The text was updated successfully, but these errors were encountered:
Sample response.
With Bootstrap, be aware that bootstrap.js and react.js do not play well together so any of the Bootstrap functionality that relies on JS in bootstrap.js will not work. There are two good projects where native React replacements have been re-written which work with the bootstrap CSS. They are ReactStrap https://reactstrap.github.io/ and ReactBootstrap https://react-bootstrap.github.io/ and both of them work very simply with Hyperloop and are a lot nicer to use than just the CSS in classes. You can import them both with NPM or Yarn and package with Webpack
Also is there (should there be?) a reactbootstrap opal gem? (I know you don't need it if using webpack)
The text was updated successfully, but these errors were encountered: