myztajay / workout-genius-frontend

Workout genius is a platform where users can post, comment and like workouts. It is desgined for trainers and general gym patrons to share their training routines, learn new ones and start a dialogue. This particular repo contains the React front end portion of the app. The Node/Mongo backend can be found here: https://github.com/myztajay/workout-genius
0 stars 0 forks source link

Refactor the workouts inside WorkoutsContainer.js #4

Open myztajay opened 6 years ago

myztajay commented 6 years ago

The file itself a little messy and I suspect some of the components related to the card component could be wrapped in one bigger stateless component. also if nothing else maybe the filtering could be simplified. you can take a look at the file here. https://github.com/myztajay/workout-genius-frontend/blob/master/src/containers/WorkoutsContainer.js