SolidJSS
SolidJSโ€ข3y agoโ€ข
3 replies
aryzing

How is a Context reactive?

The tutorial states that

Using Context has the benefit of being created as part of the reactive system and managed by it

Not sure if I'm understanding this correctly. When trying to trigger reactivity, changing the context value does not seem to be re-rendering the app.

However, if the context contains reactive values like signals or stores, updating their values does trigger a re-render. Therefore, would it be more correct to state that the context is not reactive, although it may contain reactive values
Was this page helpful?