MichalZalecki / react-portal-universal

Generic wrapper for React's createPortal allowing for rendering portals on the server
ISC License
67 stars 13 forks source link

Fix ssr #9

Closed eatsjobs closed 6 years ago

eatsjobs commented 6 years ago

I've made this branch because I need SSR to render partials component of my application. This pull request includes also the @sanniassin #7 and #8 branches

MichalZalecki commented 6 years ago

Thanks, let's tackle this one by one. #7 is merged now.