meiersi / blaze-react

A blaze-html style ReactJS binding for Haskell using GHCJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement complete set of event handlers

meiersi opened this issue · comments

Expose all event types that ReactJS uses. The main difficulty is to decide what data to expose to the callback. I suggest to be conservative in the first version such that we can also consider to write a webserver backed runApp function.

Some progress on this was made in 038e725.