#turborepo and Remix

1 messages · Page 1 of 1 (latest)

cedar sandal
#

Hey guys, do have sample apps using Remix and Turborepo. How do you setup routing?

Let's say you have the ff:

  1. main remix host app,
  2. customers module remix app,
  3. products module remix app,
  4. orders module remix app.

main remix host doesn't contain anything. It is where customers, products and orders module can be combined and run together.

customers module remix app can also run independently
products module remix app can also run independently
orders module remix app can also run independently

celest iron
cedar sandal
celest iron
#

Yea I doubt you’d find any template or stack with that routing setup, you’d have to figure something out yourself I think

#

I just linked this to give you an easier time for the initial turborepo setup with remix

cedar sandal
#

@zealous sentinel Do you have idea on this 🙂

naive coyote
#

No No , thats not a micro service that you will merge together eventually , every app is an app that has its own url and its own routing , I dont think turbo repo is a solution for that , I just deployed turbo repo with 2 remix apps , they are independent but connected to same db

cedar sandal
zealous sentinel
#

I'm not sure anyone else in the community other than James has done that

cedar sandal
#

@placid maple Do you have an idea on this? 🙂

placid maple
#

I have never used turborepo

cedar sandal
#

@bright gorge 🙂