chaznut / workout

4 stars 0 forks source link

Back button on the exercise detail component not working right #14

Closed chaznut closed 5 years ago

chaznut commented 5 years ago

this brings us back to the start of the form with empty state, we need it to take us back to the workout list. I see two options

  1. We go with a modal for the video instead
  2. We will have to use more router features and come up with a pretty hacky way of doing it

the other option would be redux

Let me know what you think Tony

chaznut commented 5 years ago

The other option would be to abandon the large switch statement and give each step of the app it's own route. This would cut down on the props we have drilled for nextStep and previous step. Will research this option more in the morning