Does scala.js work with scala ZIO? I'm looking to use scala ZIO with scala.js I only know how to use scala ZIO in normal apps does anyone know how to use it with scala.js?
Scalajs & scala ZIO
This is not supported yet, but is planned before releasing ZIO 1.0, as stated in this GitHub issue. ZIO 1.0 should be released sometime in the next months.
@Moll If the above answers your question, consider accepting the answer. See stackoverflow.com/help/someone-answers –
Horseweed
A bit late, but here is an example of ScalaJS + Zio: https://github.com/sb-dev/zio-scalajs
It uses Webpack to make the compiled javascript available in the index.html file.
© 2022 - 2024 — McMap. All rights reserved.