Dusan Janosik
Dusan Janosik
I think we should check how ASP.NET MVC routing behaves in this case.
There is no hacking of VS IDE involved. We will simply not see contents of "summary" comments without `` tags in VS IDE while working on DotVVM. But all tags...
It's not a big deal. Just thinking about where to use this suffix and where not to. I can't find a rule that fits all cases. Is it ok from...
Well, I don't. I thought about designing `FilterEditor` in BP in a way it can be used as a separate control or as part of a `FilterBuilder` control. Maybe I...
I think it will be necessary to exclude some elements from diff, but only for compatibility reasons. Complex UI controls may have some state that would be reset by re-registering...
1. Ok, it might actually work that way. Depends on how we will construct the VDOM. 2. Let's split this into three parts: 1. From my point of view, VM...
2. Yes, it's not actually related to VDOM. But we should keep that in mind when we do some changes to control architecture. 3. There are also other options: a)...
I really like the **Preact** library. Do you want to use its server-side rendering? Is it ok for DotVVM to require Node.js?