Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
egix256yThat's one of the reasons I don't like JavaScript(+everything manipulated by it) and all its frameworks... It gives you very little information about the error
-
@egix There's no error. Actually, if you are using Vue and do something wrong you will in almost all cases find it instantly.
-
xlindsay2046y@makmm would that defeat the purpose of the framework. Vue adds js to html but react adds html to js. They both have pros and cons
-
@Hu-bot0x58 I assigned some value to object's property in javascript that I assumed existed but js wouldn't show error because you can create properties on the fly 😒
Related Rants
-
byt3cod323Stages of learning angular js 1. Wtf 2. I think I get it. 3. Wtf
-
creator11Boss: We are using Angular 1 in our project, right? Me: AngularJS, yeah, we are using it. Boss: I heard they h...
-
skywatch16Son: Dad why is my sister named Rose? Dad: Because your Mom loves roses! Son: Thanks dad! Dad: No problem, vu...
I spent 30 minutes trying to find out why this element wasn't hiding. This isn't a Vue.js project. It's AngularJS.
rant
vuejs
angularjs