Emil Stenström

Results 178 comments of Emil Stenström

@mikucz Excellent! Mind writing up a PR as well? Should be a good first contribution, don't you think? :)

Happy to see you are working on this! 👏👏👏 I have a couple of big questions about this approach: * My intention with the `{% component attrs:x-data="..." %}` design was...

@JuroOravec I agree with you that a great developer experience, definitely can go hand in hand with great maintainability. It requires that we are careful in taking on technical debt...

@JuroOravec I'm extremely happy that you are able to put some time into working on this project, and I think donating time like this should mean that you have an...

> @EmilStenstrom on the topic of `{% component attrs:x-data="..." %}` vs `{% component my_array:x-data="..." %}` > > Have a look at https://vuejs.org/guide/components/attrs#attribute-inheritance, this was where I was coming from. There,...

> @EmilStenstrom Btw, just want to say, whether these concept may get into Django codebase or not, I think it's still extremely useful to have that sort of "selective pressure"...

> @EmilStenstrom > > > This would mean that {% component variable:key1=value1 variable:key2=value2 %} would be a way to send the dict variable={key1: value1, key2: value2} to the get_context_data method...

> @EmilStenstrom I've refactored this so that the construct `prefix:key=val` can be used for any props. I also changed it from single colon `:` to two colons `::`, so it...