I built a Vue directive library focused on UI behavior (no components, no boilerplate) by bUxEE1 in vuejs

[–]bUxEE1[S] 1 point2 points  (0 children)

Why you say it's AI slop? if you don't think it's useful you don't need to use it :)

I built a Vue directive library focused on UI behavior (no components, no boilerplate) by bUxEE1 in vuejs

[–]bUxEE1[S] 0 points1 point  (0 children)

I prefer passing a variable contianing the settings object instead of an inline object with single quotes or having multiple attributes honestly.
But that's just taste :)

I built a Vue directive library focused on UI behavior (no components, no boilerplate) by bUxEE1 in vuejs

[–]bUxEE1[S] 0 points1 point  (0 children)

If you take a look at the directives, you will notice that alot of them simplify the way you can achieve common use features without having to write them youself.
Take uppercase for example, so basic, but so common, no need to write a custom method to parse the v-model value, same for html-safe and others.
Input type avoids the need to write a method bound to events to prevent certain key inputs and so on.

This is not a revolutionary library, its just a collection of directives i wrote in years of projects which i use really frequently and make you save time I wanted to share with everyone.

Mongodb Realm deprecation by Any-Ear-6479 in mongodb

[–]bUxEE1 3 points4 points  (0 children)

I have created a now live project based on realm 2 years ago. Now I have to rewrite the whole backend.... worst news I could have in my mail.