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
Test that a working App component loads (before swapping in old ones)
Migrate all old components to new CRA
Add script to start puma + webpack-dev-server (foreman)
Deploy on Heroku with separated concerns
Remove react-rails and all UI/JavaScript related code
Biggest challenge will be serving the files without having a controller for index.html
Currently, react/rails are coupled in that even the index.html must be served from Rails via Webpacker. I would like the Rails APi to be a pure JSON API without any coupling to Webpack.
The text was updated successfully, but these errors were encountered:
As a developer, I'd like to be able to...
Action Steps
Biggest challenge will be serving the files without having a controller for index.html
Currently, react/rails are coupled in that even the index.html must be served from Rails via Webpacker. I would like the Rails APi to be a pure JSON API without any coupling to Webpack.
The text was updated successfully, but these errors were encountered: