Denis Kolodin

Results 29 comments of Denis Kolodin

@oz123 You could use workaround like this. Add `index.html` to your `src` forder with `styles.css` file. Contents of `index.html`: ``` html Title Building your project! With new projects, I need...

@oz123 I use different for testing and production. But minimal changes you need: ``` html var node = document.getElementById('my-app'); var app = Elm.YourApp.embed(node); ```

@slowli Elm is awesome for large web-applications, but it's unsuitable for CPU-bound tasks like cryptography algorithms, because Elm produces smart wrappers to maintain functional features. For example Elm generates the...

Yeah! We have plans to implement actions to control app from UI 👌

It's the same for rustup tool too (not only bash version). It seems builds have some problems: https://buildbot.rust-lang.org/waterfall?refresh=15

@hamza1311 @bartvanderwal Yeah, sure, with pleasure! I worked on a project with backend and frontend parts. The backend was written in Rust, and the frontend was created using Elm. The...

@richardanaya Thank you for the request. I think I can do some checks on holidays 👍 I'll report here.

I've finished the first benchmark with Firefox 57.0.1 (64-bit) + pure wasm target `wasm32-unknown-unknown`. I can't believe that! Maybe something wrong?! ![Yew 0.2.0 Benchmark](https://github.com/DenisKolodin/todomvc-perf-comparison/raw/yew-benchmark/yew-0.2.0-benchmark.png) Source: https://github.com/DenisKolodin/todomvc-perf-comparison

@rivertam https://github.com/krausest/js-framework-benchmark is a good option for benchmarking this framework 👍 I will implement it a little later.