OlivierBlanvillain / monadic-html

Tiny DOM binding library for Scala.js
https://olivierblanvillain.github.io/monadic-html/examples/
MIT License
225 stars 24 forks source link

Rework Rx API with FRP concepts #39

Closed OlivierBlanvillain closed 7 years ago

OlivierBlanvillain commented 7 years ago

@olafurpg The two middle commits are the interesting bits :)

For reference, here is the elm documentation for these functions, and here is the elm source for the Mario example.

OlivierBlanvillain commented 7 years ago

@olafurpg I did a bunch more reworks, here are the commits that might interest you:

OlivierBlanvillain commented 7 years ago

Thanks for the review!