DEV Community

Discussion on: 🔧 Build a complete Modal Component with React Hooks 🌈

Collapse
 
litalg8 profile image
litalg8

Hi, So can you only open this modal from the same component where the click button to open it is? the implementation isn't really working.

Collapse
 
viclafouch profile image
Victor de la Fouchardière

Nop, just forward your ref to your component.. Or better, share it by using the Context API. There are always solutions ;)