Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependency on react-rails #91

Open
9 tasks
patrickclery opened this issue Jun 6, 2020 · 0 comments
Open
9 tasks

Remove dependency on react-rails #91

patrickclery opened this issue Jun 6, 2020 · 0 comments
Assignees
Labels

Comments

@patrickclery
Copy link
Owner

patrickclery commented Jun 6, 2020

As a developer, I'd like to be able to...

Action Steps

  • Create a separate folder using CRA
  • 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.

@patrickclery patrickclery self-assigned this Jun 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant