App Extensions vs Mono Repo?? #9345
-
Recently I've been researching app extensions, I've been considering using them to create a common component library. Through my research, I had various people recommend I checkout yarn workspaces, and so I did. Now I'm left with a question... Why would I want to create a common component library and publish it on npm as a quasar app extension vs setting up a monorepo with shared components/pages/etc. through yarn workspaces? Looking for pros/cons & opinions on both Additional Information: Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@fabian-murillo |
Beta Was this translation helpful? Give feedback.
@fabian-murillo
You write app-extensions to do something. It could be UI-based or extend the CLI.
You use a workspace to share. For work, I use a workspace.
For pleasure, I write app-extensions I feel will be useful for others.
I don't really consider them to be the same at all.