We Should Watch - Update 3

Опубликовано: 21 Март 2026
на канале: EricWinkDev
31
0

The third in a series of videos on my We Should Watch... project!

Keep in mind all the styles are super basic at this point!

In this video I do a quick review on the search bar and the media details page, and how the routing is handled in NextJS, then we dive into the Streaming Options component.

For this component, I send data to my backend, which then calls out to TMDB's API. The data we receive back is a large object organized in a way that wasn't going to easily work for how I wanted to display data.

Well, this is where we dig in and utilize our #DSA skills and manipulate some data!

I review an algorithm that I wrote which creates a hashmap of the data in the format we want. We then utilize Object.keys to create an array of the keys in the hashmap so we can move through our standard React mapping processes.

Hopefully this one is a fun watch! If there are any questions, please let me know.