You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context: I've done monoliths and dual repos. I'm curious how you'd organize, think of and tool up Adonis as API only and then pick any SPA framework with some arbitrary compiler. I see discussion #2517 as very close to this.
Make a client/ui folder and pretend I have two repos but really one
I'm thinking about sharing code and interfaces. If you had a single repo, I wonder if this would be a good idea from coupling or concerns but also would even really be an advantage. If you have to write tests/contracts/swagger docs, I wonder if you could have this contract as typescript-something? Hmm.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Context: I've done monoliths and dual repos. I'm curious how you'd organize, think of and tool up Adonis as API only and then pick any SPA framework with some arbitrary compiler. I see discussion #2517 as very close to this.
client/ui
folder and pretend I have two repos but really oneI'm thinking about sharing code and interfaces. If you had a single repo, I wonder if this would be a good idea from coupling or concerns but also would even really be an advantage. If you have to write tests/contracts/swagger docs, I wonder if you could have this contract as typescript-something? Hmm.
Beta Was this translation helpful? Give feedback.
All reactions