DEV Community

Discussion on: useDumbHooks

Collapse
 
alutom profile image
alutom
const useUniqueId = () => React.useState(nanoid)[0];
Collapse
 
stereobooster profile image
stereobooster • Edited

This is quite smart and more idiomatic than my version. Write more