alexmingoia / purescript-pux

Build type-safe web apps with PureScript.
https://www.purescript-pux.org
Other
565 stars 76 forks source link

Namespace pux events to support third-party components #96

Closed chexxor closed 7 years ago

chexxor commented 7 years ago

Third-party components can't be wrapped if they have have default properties which are functions. An example of such function is a third-party component defining an onSelect property.

This does a better job of noting which functions are Pux-managed event handlers.

Note that this includes the https://github.com/alexmingoia/purescript-pux/pull/94 commit. Can edit this PR if desired.

alexmingoia commented 7 years ago

Merged in Pux 7.2