Reactjs – React router 6 (data router) redirect with data
Using the data router in React-Router 6 I want to redirect the user from an action, but also I need to return data. Can you do both at the same time? Redirect works, but no way to send data. export…