Newbie here, I've recently implemented the webpacker gem in my react-rails project. Being new to webpack and react, this gem makes a lot of sense to me coming from a rails background.
i'm wondering if it were possible to use the react-rails gem in my rails webpacker project so we could still use the view helper method like this:
<%= react_component('MyComponent', @controller_value.to_json)%>
if not, is there a reason why?
Thanks for any input! :)