Replies: 1 comment 1 reply
-
Is there any blockers just implementing what you have in userspace. The reason I ask is regardless of potentially providing this method I'd still have the component form. This is largely motivated by the content of this article: https://overreacted.io/why-isnt-x-a-hook/. Specificifically why there is no If there is nothing stopping you from doing this I'd prefer to leave stuff as is. At least currently. Not to say this might change but the use of UI components is pretty intentional. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Days ago I made a function
provideContext
, which connects solid context to general sync functions, not only components:I am wondering if we could refactor out
Provider
from the context, making it a separate componentContextProvider
, so that the context could be a general mechanism without coupling with view things of solid.Beta Was this translation helpful? Give feedback.
All reactions