You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of copying files into the app directory, add different gem directories to the asset pipeline based on config.react.variant. (For example, if :development, then add /vendor/development/, whose copy of react.js is the dev build. If :production, add /vendor/production, whose react.js file is the production build. That way, no file copying on boot.)
There are a lot of issues popping up regarding how
react-rails
sets up & handles app initialization. I want to work out these problems.To do
.js.jsx.erb
(Can't use view helpers #231)jsx_transform_options
when precompile doesn't initialize (assets:precompile broken with initialize_on_precompile=-true #192)sprockets-rails
compatibility issue (fix(prerender) accept string props #268 (comment))The text was updated successfully, but these errors were encountered: