Monorepo example #229
TheRealFlyingCoder
started this conversation in
Ideas
Replies: 2 comments
-
This stack overflow eventually clued me in, and helped me figure out the issue 😅 |
Beta Was this translation helpful? Give feedback.
0 replies
-
@TheRealFlyingCoder any chance you can post your full example? I'm still getting (different) errors after trying
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I just wanted to drop this here as I messed around for ages trying to sort this out and I'm not sure whether it would be good to raise and have an example somewhere maybe?
remix-validated-forms promotes the creation of a set of FormField components that you re-use across pacakges (Input, Select etc), which I happily do.
For the first time I am using it in a Monorepo, so I set up a shared "UI" package so I can work like this:
Wonderfully simple, and all my projects can use it like a breeze! :D
There's just a single caveat, that you MUST REMEMBER TO SET YOUR DEPENDENCIES TO PEER IN THE SHARED PACKAGE:
Beta Was this translation helpful? Give feedback.
All reactions