DEV Community

Discussion on: What are your snippets?

Collapse
 
adi profile image
Adi Sk • Edited

Hi there, from your html snippet I notice that you still use Angualar JS, try vue. I made the switch about a year ago and I am never going back.

Collapse
 
codevault profile image
Sergiu Mureşan

The project currently has hundreds of controller/directives/service all made in AngularJS. It isn't very feasable as long as it is supported by the authors. Maybe in 10 years... who knows?

Thanks for the suggestion! I also think AngularJS is a bit rusty and the newer frameworks are better ;)

Collapse
 
adi profile image
Adi Sk

Sure, but do let us know if you decide to port it Vue, would love to know your experience in porting.

Thread Thread
 
codevault profile image
Sergiu Mureşan

Our application was written in CoffeeScript (per my suggestion) and I was the one most involved in porting it to JavaScript. Maybe that would be an interesting story to tell. Who knows?

We are also porting old AngularJS code to the new standard (AngularJS 1.6/1.7) and that was also a point where you can notice how the framework evolved.