How to do React-style Portals in Elm?

There are also ways to implement elements “breaking-out” their container in pure Elm without portals, for example:
https://ellie-app.com/8TMQSgh7mwwa1

See A "popout" implementation in Elm for details.

1 Like