Search posts, tags, users, and pages
Ozzie Neher
Full Stack Dev
Let's say that you have a card component that looks like this: You could use this card on something like a dashboard and give it a unique header and icon to allow the user to differentiate what is being displayed. A common way to design this compon...
Lucas Rinaldi
Good improvement of the API.
Just a warning about calling components as function. kentcdodds.com/blog/dont-call-a-react-function-co…
Thanks, I've updated the post to reflect this :)
Catalin Pit
Nice one! Keep them coming!
Ndeye Fatou Diop
Senior Frontend Engineer
Very nice! I think though the function will run anytime the app rerenders so you may want to use React.useMemo in some cases ☺️
Yes thank you that is a great point!
Lucas Rinaldi
Good improvement of the API.
Just a warning about calling components as function. kentcdodds.com/blog/dont-call-a-react-function-co…