#too much api calls because everything re-render ?
1 messages · Page 1 of 1 (latest)
I don't believe I've seen a fetcher send a load again after an action. Is that what you're describing? Someone makes a post to an action and then fetchers reload?
Or are you saying you have fetchers on components and the state of the component changes and causes a re-render that makes the fetcher need to load again?
When I Change a state not an action