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
We can actually remove the react-router-dom dependency if we allow the context to take a navigate function, a get URL params function, or whatever else we need that we are currently relying on react router to provide to us. I think this is simple enough and will allow non-react and non react-router projects to utilize this library.
The text was updated successfully, but these errors were encountered:
We can actually remove the react-router-dom dependency if we allow the context to take a navigate function, a get URL params function, or whatever else we need that we are currently relying on react router to provide to us. I think this is simple enough and will allow non-react and non react-router projects to utilize this library.
The text was updated successfully, but these errors were encountered: