PurpleKingdomGames / tyrian

Elm-inspired Scala UI library.
https://tyrian.indigoengine.io/
MIT License
346 stars 26 forks source link

Tyrian-Tag module #252

Closed davesmith00000 closed 4 months ago

davesmith00000 commented 8 months ago

Reminder to self: We were discussing the notion that libs published cross platform have the expectation of doing the same thing on both platforms, which is currently not the case with the main Tyrian lib.

One step towards that goal might be to split the Tyrian tags into a separate module. They wouldn't be exactly the same on JS and JVM, since the JVM versions are for SSR and have fake event types, but I don't think anyone will notice.