btholt / citr-v6-project

Project files for the Complete Intro to React v6, as taught for Frontend Masters
Apache License 2.0
482 stars 458 forks source link

Function Component of Details.js #23

Open canimnazli opened 2 years ago

canimnazli commented 2 years ago

I created custom hook for getting details its name is useDetails. Since it is a functional component it uses useParams. Details component is using useDetails . They are both pasted in one file.