Hello, in my app I have a state that been managed in a server side. i would like to trigger the loader after some user interaction, or for asking the server for unique state to be fulfill.
I was thinking about two options:
- By navigating to current page: https://stackoverflow.com/questions/72670869/remix-programatically-trigger-loader
- by setting a state for loaderData, and by
fetcherset the state again after this operation. But here i couldn't set the right address to fetch from, andfetcher.datareturns empty.
is there something more i could do? Thanks