Replies: 1 comment 4 replies
-
Context Provider already works like this more or less. So I see no issue with this. Make a reproduction case in the playground or codesandbox. I see no reason why this shouldn't work currently. Solid treats components just as functions, it doesn't really care where they come from. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
Compound components is a typical React pattern used when you have tightly coupled components (you always want to use one with the other).
Example:
Right now,
List.Item
isundefined
in Solid apps. Is this pattern possible with Solid somehow?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions