Maxime Mangel
Maxime Mangel
Thanks for your feedback. :) The explanations should be provided by the different samples/docs to help understand the different case.
The sample shown on the docs site are inside this [folder:](https://github.com/fable-compiler/fable-arch/tree/master/docs/src/Pages/Sample) We are working to have a better management of the sample and make them independant from the docs site...
Docs site updated. Feedbacks are welcomed.
Just as a memo: > It looks like using createObj is one of the things that have an impact on performance, and that is done during rendering when creating attributes.
Just an idea to pin it in this topic. We could try to use KeyValueList to pass the data to VirtualDom. KeyValueList output JSObject directly.
@alfonsogarciacaro Thanks for the information, I am not sure neither. But using the `KeyValueList` could also add strongly typed view but this is another topic :) I still need to...
Ok, I am working on the performance issue. I just want to confirm something with you guys. We are ok to say that the problem come from the mapping we...
My current work is to map directly VDom so somehow Fable-Arch DSL will have the same behavior as Hyperscript. No extra layer or a minimal one for mapping the events...
Hello @fsoikin , the behavior your are experimenting is due to Edge when you set the `textContent` value Edge reset your cursor position. By using the property `value` the update...
I will need to take a dipper look so. Sorry for the inconvenience