DEV Community

Discussion on: React Reverse Portals

Collapse
 
anand2489 profile image
Anand Gupta

@pimterry Can we use your library react-reverse-portal in production level code or there are some limitations which you know/want to highlight ?

I have following queries around it though

  1. New parent would be able to completely control InPortal component via props & refs
  2. InPortal component would get new props in current render cycle of the parent without any delay
  3. Any case/scenario where react-reverse-portal won't work :)