Ibrahim ben Salah
Ibrahim ben Salah
> think of a kayak.com search built as an SPA that relies on json responses for constructing and sorting results. what precise action maps to "render search results while reusing/updating...
Hi @mihar-22, thank you for making this benchmark possible, it immediately pointed out fuctional and performance issues in my library that I needed to fix. The implementation of [@xania/state](https://github.com/xania/state) is...
@mihar-22 He Rahim, my name is Ibrahim by the way. 1. Clearly I am new to these concepts. As xania is implementing the observable pattern I need to ask, are...
I've found some more perf optimizations  How is 10 almost double the 100 for xania? So I also tried more smaller test cases to understand the seemingly relative high...
That's reasonable, it still aligns with the design I had in mind because we cannot just randomly remove a node in the graph. But when we do remove a node...
> > 5. In Xania you can only compose to construct new graphs. Or create new graph from scratch which is usually not in the critical path. xania is not...
@mihar-22 Hi Rahim, I have added all the features for better comparison, I also think it is useful to have a total column in the score table.
Is it so one does not need JSX to create views? in xania one could use jsx.createElement as the `h` for intrinsic elements, and because custom Components are nothing special...
JSX in _Xania_ does not need precompilation like in _Solid_. Could you explain what are general benefits for supporting hyperscript api specifically in _Xania_?
that's a way, not nescassary the only way. that's why I asked wether there is value in adding support for hyper api and what would be the use cases for...