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
{{ message }}
This repository was archived by the owner on Oct 9, 2023. It is now read-only.
Does this work with Heroku? According to the deploy section, I should run two servers side by side which might be tricky with Heroku unless there's a buildpack for this.
Also, does this integrate with a Rails API-only app easily? I see mention of view/erb-related code which doesn't really apply in my case. My app currently serves a bare index.html file which pulls a React codebase from S3.
I'm basically doing research to see if this or prerender would be better for my use case.