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
-
Asawera1227yI really need to practice it. Do you know any other solution than their own doc to learn it? Thanks in advance!
-
yusijs12507yI always wonder how full of shit peoples codebase is for them to be able to shave of like 9/10ths of the entire codebase simply by swapping libraries....
-
@cgrey never knew this, always watch laracasts vue tutorials, I assume this is the same guy?
-
@Asawera I have prior experience with the very good riot js. I say prototype something or gradually work with it. I've first setup with rollup then slowly adding server side compilation with pug but if the app is rather simple don't bother with server side. It takes some time to setup correctly if you want es6 and more. Anyway I've a github repo as a project starter (server side is not enabled until I update it)
-
@tahnik a part of zen of python says:
Explicit is better than implicit.
Simple is better than complex.
Complex is better than complicated.
Flat is better than nested.
And this is the reason behind my choices.
The complexity should be in the business code not the framework.
Also there is such thing as the paradox of choice.
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...
Removed the front end code using Angular : -9000 lines
Replace it with Vue : +1000 lines
😎
It's not because it's Google that means it's simple.
undefined
vue.js
angularjs