-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[FEAT] Add Script for Remix SPA Mode #6127
Comments
Hey @YusukeSano thanks for the report! It's a good suggestion, would you like to work on this? |
@BatuhanW , if the issue is unassigned, could I work on this one please? |
5 tasks
Apologies to @swethamanur, but our team needed this feature, so I created a pull request. |
aliemir
added a commit
that referenced
this issue
Aug 20, 2024
Co-authored-by: Ali Emir Şen <[email protected]>
emrecancorapci
pushed a commit
to emrecancorapci/refine
that referenced
this issue
Sep 4, 2024
…ev#6127) Co-authored-by: Ali Emir Şen <[email protected]>
emrecancorapci
pushed a commit
to emrecancorapci/refine
that referenced
this issue
Sep 4, 2024
…ev#6127) Co-authored-by: Ali Emir Şen <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
In Remix SPA Mode, the scripts differ from those in the regular Remix setup.
Currently, the refine CLI only supports Remix SSR Mode.
Describe alternatives you've considered
Using npm-run-all.
Example:
npm run dev
Additional context
No response
Describe the thing to improve
Whether SPA Mode is enabled can be determined from
vite.config.ts
. While it would be ideal ifgetProjectType
could detect this, it seems more reasonable to make it selectable through the platform option, as shown below:refine dev -p remix-spa
The text was updated successfully, but these errors were encountered: