markallanevans / flixie

Single-page movie search App using the TheMovieDB API
0 stars 1 forks source link

Thanks! #1

Open Tketa opened 6 years ago

Tketa commented 6 years ago

Hello! Thank you for submitting the first homework for CoderSchool React Class 🎉! The main focus of this assignment was to introduce you to working with an API, rendering items in a collection, and dealing with state and props.

Great 

Not so great yet 🚩

Tketa commented 6 years ago

See it here: https://github.com/maktubhelou/flixie-source-code/pull/2

markallanevans commented 6 years ago

Thank you for the comments. Very helpful. Definitely makes more sense to pass the entire movie object to MovieCard, not sure what I was doing there other than making life more difficult. The refactoring is definitely helpful. In fact I tried to do this and broke the App a few times, possibly just out of fatigue. In the end I left it as it was so that it would actually work as it was nearing the deadline. You example helps. I'm going to have a go at doing it without looking at your code and if I run into trouble, use it as reference.