Scalajs & scala ZIO
Asked Answered
M

2

5

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?

Moll answered 23/1, 2019 at 8:55 Comment(0)
G
5

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.

Gombroon answered 23/1, 2019 at 10:13 Comment(1)
@Moll If the above answers your question, consider accepting the answer. See stackoverflow.com/help/someone-answersHorseweed
P
1

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.

Pure answered 22/7, 2021 at 12:33 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.