createResource not fetching on page change
Im using solid and solid router, I have a dynamic route I want to fetch data based on the id. When i go to a route with a different id it just shows the originally resource and not refetching. /category/1 --> change to /category/2 shows the data for 1.
3 Replies