See these PRs: https://github.com/shakacode/react_on_rails-generator-results-v1.0.3/pulls (might have to look at most recently closed ones). There's many small details that we're doing in the generators that are not done with this tutorial: - [ ] Convert to a bundles directory structure, updating the webpack configs - [ ] Convert to Puma from unicorn - [ ] Convert `::` bindings for react callbacks to use _.bindAll(this, ['_func1', '_func2'] where _func1, etc are the event handlers.