|
|
|
|
|
by rheeseyb
3783 days ago
|
|
Thanks for the feedback! To answer your questions:
1) Currently, yes, though that is something that will definitely be implemented as we work on this further
2) Laziness there is something that we're going to look into. We need to first assess how much of an impact it has on performance - if that's big enough to warrant taking further (which it likely will be for more complex apps) then we need to figure out the best way to perform a deeper diff of the model
Good luck with the F# port - I'd be very interested to hear more! |
|
There's not much to say on the F# front yet except that the goal is to get a taste of functional rendering from an app state atom for Windows GUIs and F# and the Elm Architecture seem like the most approachable way to get there for me. So far the work consists of porting the node, thunk, and widget designs from virtual-dom.js to F# types and functions and using .NET reflection to create and patch live views. Work continues on the patch function, but seeing your code is definitely creating an itch to move on to the architecture.