chaznut / workout

4 stars 0 forks source link

Figure out dynamic routing for each exercise #13

Closed chaznut closed 5 years ago

chaznut commented 5 years ago

Want each exercise to have a page with the ExerciseDetail component with it's own video. Right now all videos are just loading on the final workout page which isn't great. We may need to consider Redux or (this is my preferred method) learned react context API since we don't have a TON of state going on. We have had to prop drill pretty hard so it may clean things up with a central source of truth