DEV Community

Discussion on: The neatest way to handle alert dialogs in React 🥰

Collapse
 
louisshe profile image
Chenglu

This use react hook and does that mean we can only use this in function component not class component?

Collapse
 
dmj2x profile image
David N

Did you ever find out?

Collapse
 
solflare profile image
solflare

Just in case you're still wondering, class components can't use hooks.