Remix on gh-pages? #2127
-
|
Is there a way to use remix on gh-pages? I have tried googling this and what not, but I haven't found anything that talks about this. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
|
Remix has a server-side part that GitHub Pages will not be able to run, so it will not be possible to run Remix on a pure static file hosting. You could however, use Remix to build an API and fetch it from a SPA on GitHub Pages but you will lose most of the benefits of using Remix, at that point it's not different than CRA + any other API server. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, can Remix now be deployed on GH Pages with the latest SPA build? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.

Remix has a server-side part that GitHub Pages will not be able to run, so it will not be possible to run Remix on a pure static file hosting.
You could however, use Remix to build an API and fetch it from a SPA on GitHub Pages but you will lose most of the benefits of using Remix, at that point it's not different than CRA + any other API server.