#How can one embed remix app into existing (legacy read as jquery/bootstrap page) app?

1 messages · Page 1 of 1 (latest)

modest robin
#

What I have now with "classic" react/vite app:

same thing I'm trying to achieve with remix (spa mode) (2nd attachment)

what I'm looking is

no/minimal markup
to fetch js, css files hosted on different domain (don't ask)

current remix html that makes app working is like

index.html has:
~100 lines or links modulepreload
some imports
and some (hashed names) js
that I'll need to update every time (maifest,chunk) the rest are as configured in therollup config (only names)

maybe someone already faced similar situation?

signal storm
modest robin
#

thank you, will try asap (tommorow)