Can someone share their approach on using modals with the react-rails gem? I've tried a few solutions like material-ui and others and I keep either getting errors or unresponsive modals.
I'm using:
- The react-rails gem
- Browserify-rails
- Reactify
I'm interested in anyone's approach really. I've done a few small applications with react-rails, but i'm fairly new to all the other tools and unsure how it might affect trying to bring in third-party modules like material-ui.
Thanks