tajo/react-portal

componentWillMount

joyguy55 opened this issue · 1 comments

Is there or will there be a method available for triggering on componentWillMount or something of the sort or am I just missing something?

tajo commented

You should use <Portal /> as a building blog for your own component that will implement componentWillMount. <PortalWithState /> should be used for simpler use-cases.