Osman
createStore not reactive
I have the following code:
When updating the questions[questionID].answer in handleInput, it does not trigger the createEffect nor the isChecked function. isChecked is used as a flag function for a classList attribute
3 replies
Mutable routeData
Hello, im fetching data from a server using routeData() and createRouteData() in solid-start. What's the best way to mutate this data? Is this possible/intended? For now my idea is to move the fetched data into a context store, but it would be easier to just mutate the fetched data objects directly.
1 replies