

769: React Miami Live Show
May 15, 2024
A live coding showdown unfolds with games and quizzes that keep the audience on their toes! Discover the magic of JavaScript functions like map, filter, and reduce while learning through interactive challenges. Join in for playful debates on the better programmer and dive into amusing tech trivia. The hosts shed light on caching conundrums in Next.js and share insights on the latest in web development trends. Experience the thrill of coding camaraderie as the session bursts with laughter and lively discussions!
AI Snips
Chapters
Transcript
Episode notes
Modulo and Filters
- Use the modulo operator (%) to find the remainder after division.
- Be mindful of falsy values like 0 in filters, as they can lead to unexpected results.
Object.groupby for Tallying
- Use
object.groupby
for tallying occurrences within an array. - It simplifies the process compared to traditional
reduce
methods.
Syntax Highlighting Trickery
- Wes intentionally included syntax highlighting in a challenge for Scott.
- He admitted to doing this because he found it amusing.