Solito as DS/UI package for Microservices #523 #315
murilomattioli
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Context
I’m currently testing Solito + Tailwind in a setup with multiple microservices (Next.js and React Native).
Problem
While trying to extract the shared components/screens/providers into a standalone package, I ran into several issues:
.npmrc/.yarnrcmisconfigurations.publishConfig, authentication issues with Verdaccio, and version conflicts across workspaces.Discussion
Would it be possible (or supported) to use Solito’s shared components structure as a standalone library — published as an npm package — to be consumed by independent microservices built with React Native or Next.js?
The goal is to centralize UI, screens, and providers in a single shared package without depending on a monorepo setup.
Beta Was this translation helpful? Give feedback.
All reactions