lihaoyi / workbench-example-app

An example application written in ScalaJS using scala-js-dom and scala-js-workbench
204 stars 109 forks source link

Suggestion: Submiting todomvc example to the curation at http://todomvc.com/ #20

Open ultimape opened 9 years ago

ultimape commented 9 years ago

It would be nice to have the todomvc example be part of the 'Compiled-to-JS' list at todomvc.com. If you submit it, they can review it and will at least consider putting it into their collection of examples under their wiki.

There are instructions on how to submit it via the 'getting started' heading on the lower lefthand side of the page.

Many developers don't realize how capable the current version of scala.js actually is. This could help bring more visibility to the project.

mkotsbak commented 9 years ago

Agree fully, it should be submitted there to gain more interest to Scala.js and the Rx library. Send a pull request to repository https://github.com/tastejs/todomvc

For reference, here is the pull request for scalajs-react version: tastejs/todomvc#1323