fable-arch icon indicating copy to clipboard operation
fable-arch copied to clipboard

Framework for building applications based on the elm architecture.

Results 5 fable-arch issues
Sort by recently updated
recently updated
newest added

As Fable.Arch stands today, there is no way to spin up external code, other than hacking around with element IDs and whatnot. No escape hatch. VirtualDom has such escape hatch...

This is an inconsistency between React and Virtualdom implementations, and I believe a regression from a previous version

- [x] Add a sample to show async code - [x] Add a navigation sample - [ ] Add a plugin sample - [x] Find a way to add the...

As it is now the performance is sort of ok, but the implementation is 2-3 times slower than elm in https://github.com/mastoj/ui-perf, and that shouldn't be the case. I would expect...

up for grabs

**Issue:** In Microsoft Edge, a `` element whose content is bound to model in some way doesn't keep caret position between model updates. Works fine in Chrome and FireFox. I...