You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to have the previous location and params inside @asyncConnect to know whether to update some specific part of the page or not. I have a quite complex page with multiple different sections that receive data from different API endpoints that may need to refresh when specific query string parameters change.
My current solution is to store the query (or whatever else I need from location) in a Redux store. Does anyone know of a better way to do it? I saw reloadOnPropsChange but it only works on a global level.
The text was updated successfully, but these errors were encountered:
eliseumds
changed the title
Suggestion: previousLocation
Suggestion: previous location and params
Apr 24, 2018
It would be great to have the previous location and params inside @asyncConnect to know whether to update some specific part of the page or not. I have a quite complex page with multiple different sections that receive data from different API endpoints that may need to refresh when specific query string parameters change.
My current solution is to store the query (or whatever else I need from location) in a Redux store. Does anyone know of a better way to do it? I saw reloadOnPropsChange but it only works on a global level.
The text was updated successfully, but these errors were encountered: