Hi,
I have integrated the react_on_rails gem with my existing sprockets based rails application. Now I’m trying to implement a proof of concept “counter” component in my rails application using redux based on: https://github.com/suzan2go/react-rails-redux-sample, but I’m having some difficulties getting it all configured correctly.
Is there an example rails app that ties the react_on_rails gem with a redux store?
Thanks,
Ryan