How to use remix loader with simple express backend ? #1509
Unanswered
arnaudambro
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a simple express backend in a shape that I share with a lot of project so I'd like to keep it that way, something like
then in my
app/routes/shop/$shopId.jsx
, how should I use the loader ?I can go for a classic
fetch(/shop/$shopId
, but is it the good practice for remix ?Beta Was this translation helpful? Give feedback.
All reactions