DEV Community

Discussion on: React Hooks Factories

Collapse
 
pietmichal profile image
Michał Pietraszko

Thanks for catching this! I've updated the examples.

The interesting thing is that useCallback or useMemo is not actually needed.

Collapse
 
havespacesuit profile image
Eric Sundquist

One more catch - useUppercasedString listed twice, instead of useLowercasedString the second time.

Thread Thread
 
pietmichal profile image
Michał Pietraszko

Fixed :D