We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f490f4 commit c18aa38Copy full SHA for c18aa38
README.md
@@ -82,14 +82,6 @@ end
82
After restarting your Rails server, `//= require react` will provide the build of React.js which
83
was specified by the configurations.
84
85
-If you want to hand-pick which add-ons are added to your build they are available via sprockets
86
-directives.
87
-
88
-```js
89
-//= require react
90
-//= require react-addons-css-transition-group
91
-```
92
93
`react-rails` offers a few other options for versions & builds of React.js.
94
See [VERSIONS.md](https://github.com/reactjs/react-rails/blob/master/VERSIONS.md) for more info about
95
using the `react-source` gem or dropping in your own copies of React.js.
0 commit comments