-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do we solve interconnected component props? #2453
Comments
Også relevant: https://designsystemet.slack.com/archives/C07K7NEKXEW/p1726745135430249 |
Why not both? Men ja, det var derfor jeg opprettet dette issuet slik at vi kan iterer på Da vi snakket om det første gang så trodde jeg vi skulle flytte hele contexten opp til |
En annen ting som vi må undersøke er om det finnes komponenter som aldri kommer til å fungere uten React Context og hvordan vi stiller oss til det. |
Circumstances for this issue can be affected by outcome of #2508 |
resolves #2453 --------- Co-authored-by: Michael Marszalek <[email protected]>
Work in progress writing description, but will outline different approaches we have tried and potential other ways of solving inter-connected component props in React.
.Root
.Context
Context
, like react-aria useTextfieldNotes:
.Context
represent the component context or something else?.Context
is used in two different way currently.The text was updated successfully, but these errors were encountered: