Binh Nguyen
Binh Nguyen
* No more == checks in signals: I think this makes sense. Additionally, we can add a [`distinctUntilChanged`](https://monix.io/api/3.0/monix/reactive/Observable.html#distinctUntilChanged[AA%3E:A](implicitA:cats.Eq[AA]):monix.reactive.Observable[AA]) simlar to `monix` `Observable` to get back the old behavior
should this be included as an extension module of Airstream instead? Of course, post `0.12`?
@raquo is this something you want? https://www.scala-lang.org/api/current/scala/annotation/elidable.html
One of the thing we need in scala.js bundler is https://scalacenter.github.io/scalajs-bundler/reference.html#bundling-mode-library-and-application . Without it, webpack will choke hard on our tens of MBs js output from scala.js. Is there a...
Snowpack looks quite interesting https://www.snowpack.dev/
just FYI, I have been using esbuild for a couple of months on both production and dev build on a very large scala.js project at work. The plugin is fairly...
There are tasks that `webpack` is better due to its rich ecosystem. But `esbuild` kills it on js bundling. So I think it would be nice if this plugin provides...
Vitejs is great. But if you only need a bundler then using esbuild directly is simpler
@fdietze it will be different if you define `npmDependencies in Test`. Two lock files will also mean two `node-modules`, which can be a problem. The workaround for us is to...
Yes. We have a script to do exactly what you've described.