When reviewing issues for react-rails, I see many questions about how to gather JavaScript dependencies with Sprockets. Here is how I use Sprockets to manage JavaScript dependencies. I’m looking for a few things in a JavaScript bundler: Stability: I don’t want any changes to my dependencies unles...