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
URL state should be entirely separate from Redux state. By combining them, we introduce bugs, slow things down, and introduce a lot of unnecessary, complex code.
Instead, we should manage all state in Redux and adjust the URL accordingly. This would reduce a lot of code that manages state being in the URL and also helps us reduce bugs that arise from reading state from the URL.
The text was updated successfully, but these errors were encountered:
URL state should be entirely separate from Redux state. By combining them, we introduce bugs, slow things down, and introduce a lot of unnecessary, complex code.
Instead, we should manage all state in Redux and adjust the URL accordingly. This would reduce a lot of code that manages state being in the URL and also helps us reduce bugs that arise from reading state from the URL.
The text was updated successfully, but these errors were encountered: