Relative Content

Tag Archive for javascriptreactjswebqwikqwikjs

QwikJS does not execute component to create context of state

I am new to qwick and at the moment I am trying to develop some type of ToDo list. For that, I want to create a state when the user opens the site which holds his ToDos. This state should be useable by multiple components.
To create that state, I have a component named stateShare. It creates a contextId, creates a Store with a dict, creates a context via useContextProvider – thats it.