Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

rijavecb's avatar

rijavecb liked a comment+100 XP

5mos ago

React from Scratch: Ep 18, Controlled Vs Uncontrolled Inputs

@Hiccups I thought to improve the search to consider the dog's name as well!

puppies
  .filter(puppy => [puppy.trait, puppy.name]
    .some(prop => prop.toLowerCase().includes(searchQuery.toLowerCase()))
  )
  .map((puppy) =>
    <PuppyCard key={puppy.id} puppy={puppy} />
  )
rijavecb's avatar

rijavecb liked a comment+100 XP

5mos ago

React from Scratch: Ep 9, Breaking Down Components

It is not clear (or mentioned in the videos), but there is a button to the github repo with the button that looks like a doc sheet directly under the video

rijavecb's avatar

rijavecb liked a comment+100 XP

5mos ago

React from Scratch: Ep 9, Breaking Down Components

Happy to see my Yoko. Thx. Great tutorial at this point ;-)

rijavecb's avatar

rijavecb liked a comment+100 XP

5mos ago