Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript Displaying the Data

Fabio Hsu
Fabio Hsu
10,008 Points

No PropType?

How come we don't use PropType to declare what type of data is coming in to GifList or to Gif. In other courses, we would do:

GifList.proptype = { data: PropType.array.isRequired }

How come we dont include that here? Thanks in advance!

1 Answer

you can if you want. proptypes can be helpful but aren't required. this set of videos is more about teaching a single page react app with internet provided data (the gifs).