Jakub Skałecki
Jakub Skałecki
Thank you @bjufre for a detailed proposal. I've faced that challenge by myself, so I fully agree it would be nice to have a solution. ### Comments on your proposal...
After a few days, I believe it's not the right call to implement `v-bind` syntax like this. It's an additional way of passing props that's less flexible and transparent what...
> I think I'm not fully understanding, could you provide an example/use case so that I can understand where you're coming from? 🙏 It's about the case where you don't...
@bjufre Sorry for the late reply from my part as well! 😅 I'm playing with a bit different solution to this problem in my project, with a custom hook loading...
I will be re-addressing this topic soon, since #60 opened a 0-cost way for doing shared props (they'll be send only when updated)
@bjufre It was solved in #71. Went with the simplest approach for now, where you define a list of props that should be always passed over to vue components and...
I wonder how much work it would take for CursorAI to implement 😅 I may try to give it a quick shot and see.
I've tried working on this, but it's not trivial. We have to generate removals, additions, and then adjust indexes of all elements and see if any "moves" are necessary. Well...
Hmm... would it work for my initial example? Eg. element with id 1 moved from `index: 0` to `index: 1` but that was not a real move, rather a result...
Ok, thank you @corka149! Probably I'll try implementing this in my own fork soon and if it won't match your vision of jsonpatch I'll either publish it as a new...