I'd be like to get omniscient to a point where it can be used with vtree+ vdom instead of react for few reasons:
- Pure functional philosophy seem to match better.
- I'm interested in running some components in the web worker which is relatively easy with vtree + vdom
- Unlike with react vtree can be used with any namespace and has no attribute blacklist, which enable me to use it with xul and not yet standard / not yet supported html attributes.
I'd be like to get omniscient to a point where it can be used with vtree+ vdom instead of react for few reasons: