paf31 / purescript-purview

A UI library based on the incremental lambda calculus
MIT License
112 stars 11 forks source link

FIX: build for 0.12 #3

Open eric-corumdigital opened 6 years ago

eric-corumdigital commented 6 years ago

CHG: As part of 0.12 changes, creating an EventListener is an effect and Purview handles this now. CHG: render/applyPatch refactored such that applyPatch is now internal; users can apply patches using the function returned by render.

ADD: TODO comments on some performance improvements and considerations.

eric-corumdigital commented 6 years ago

Note that this depends on https://github.com/paf31/purescript-incremental-functions/pull/7 and so right now the dependency is pointed at a local package on my file system.