Gustavrohss / EverythingIsWrong

0 stars 0 forks source link

Update navigation logic #30

Closed majate closed 4 years ago

majate commented 4 years ago

Research the possibility to use the react router in order to handle navigation together with redux. Could the element or something similar work instead of pushing to the history?

majate commented 4 years ago

I found the connected-react-router package and have started implementing it in a new branch (called navigation). This will make it possible to trigger navigation by dispatching actions, such as dispatch(push("/game")). Though, I need to further investigate the possibilities to handle issue #20.