I've tried exploring component-based architecture in Karax once: https://moigagoo.svbtle.com/exploring-karax
However, I now see there is VCompoment type in Karax and there are examples/tests that demonstrate its usage.
Is this the official way to have components in Karax now? Is there any project I could look at built with these components?
There's so little information available in Karax repo, the docs don't exist, and there's no sample project. It's a shame, Karax deserves better.
Thanks for the sample!
Do you use this xName naming convention to make procs look more like types? Makes sense, just clarifying.
Also, how would you handle state in your app model?