lazarv / react-server

The easiest way to build React apps with server-side rendering
https://react-server.dev
MIT License
121 stars 6 forks source link

fix: using ipv6 listener hostname #29

Closed lazarv closed 2 months ago

lazarv commented 2 months ago

Fixes using IPv6 listener hostname in dev / production servers. Updates the RemoteComponent example to use an IPv6 remote for one of the MFE apps.

Fixes https://github.com/lazarv/react-server/issues/28