ajnsit / concur

An unusual Web UI Framework for Haskell
https://ajnsit.github.io/concur/
BSD 3-Clause "New" or "Revised" License
305 stars 21 forks source link

New concur-dom backend for GHC JS backend, using real DOM nodes diffing from nanomorph #24

Open demaledetti opened 6 months ago

demaledetti commented 6 months ago

Hello, I just wanted to announce that I ported concur-vdom to the new GHC backend. It uses nanomorph for DOM diffing instead of VDOM.

ajnsit commented 6 months ago

Thanks for the ping @demaledetti! I will be trying out your changes!