How to Fetch Specific Data for an ID in Details Component in React using React Router
I have navigated to
And in this component i want the whole object for that id, should i do a function to fetch the data again for that id or can i get the cached value? Since i just get the id from the params.
1 Reply
absent-sapphire•2y ago
how does your query look right now ?