Use hooks in class components with a render prop
Let's say one of your coworkers has created a super fancy hook to replace some old code and your job is to implement it in all the places that need to use it. That hook is implemented like this:
// Warning: We are using the classic and _contrived_ co...
zachsnoek.hashnode.dev4 min read