CreateResource does not update as expected
I'm new to Solid, please forgive me if that is a total dummy question.
I'm using solid router and I have this code:
According to the docs,
I'd like to understand why version A does not cause
I'm using solid router and I have this code:
According to the docs,
useParams "retrieves a reactive object containing the current route path paramteres as defined in the Route".I'd like to understand why version A does not cause
<SomeDataComponent> to update when the route changes, but version B does.