theam / haskell-do

:pencil2: :bar_chart: - The Haskell code editor focused on interactive development.
Apache License 2.0
352 stars 31 forks source link

Implement a VirtualDOM for handling Widgets easily #84

Open NickSeagull opened 7 years ago

NickSeagull commented 7 years ago

It might be much easier to write the view if we work with a VirtualDOM, rather with manual updates on the Widgets, it would fix #83