When the deprecation was originally announced I basically just decided to sever from Angular all together. The "migration" practically involved rewriting pretty much everything anyway. The new thing is surely technically superior, but it just left me very bitter. I learned my lesson!
AngularJS is a different framework. They are not the same and i think that was very clear from the start. ( I've written webapps in both AngularJS and Angular)
AngularJS support is ending, and developers can migrate to Angular
21–30 of 54 posts
Re: AngularJS support is ending, and developers can migrate to Angular
#22When the deprecation was originally announced I basically just decided to sever from Angular all together. The "migration" practically involved rewriting pretty much everything anyway. The new thing is surely technically superior, but it just left me very bitter. I learned my lesson!
Re: AngularJS support is ending, and developers can migrate to Angular
#23When the deprecation was originally announced I basically just decided to sever from Angular all together. The "migration" practically involved rewriting pretty much everything anyway. The new thing is surely technically superior, but it just left me very bitter. I learned my lesson!
You should have talked to an old GWT dev before starting down the road of using a Google maintained framework.
Re: AngularJS support is ending, and developers can migrate to Angular
#24I was going crazy with all the files you need to have for a small project.
It's like all the horrible sides of OOP and abstraction, but on steroids.
Re: AngularJS support is ending, and developers can migrate to Angular
#25I was asked to use angular in a java job. I was going crazy with all the files you need to have for a small project. It's like all the horrible sides of OOP and abstraction, but on steroids.
> It's like all the horrible sides of OOP and abstraction, but on steroids.
Can you go more into detail?
Re: AngularJS support is ending, and developers can migrate to Angular
#26Earlier quoted context omitted.
> "Naming things" is one of the two hard problems in computer science. For those who don't know, the other two are: Cache invalidation, and off-by-one errors.
1 instead of zero index based languages such as e.g Julia therefore remove a LOT of cognitive overhead.
Re: AngularJS support is ending, and developers can migrate to Angular
#27As an ex-AngularJS developer, who worked on porting a LARGE app to Angular - if you're in that boat, look into just rewriting in Vue. It's similar to AngularJS (more so than Angular) but with some extra niceties.
Re: AngularJS support is ending, and developers can migrate to Angular
#28As an ex-AngularJS developer, who worked on porting a LARGE app to Angular - if you're in that boat, look into just rewriting in Vue. It's similar to AngularJS (more so than Angular) but with some extra niceties.
Re: AngularJS support is ending, and developers can migrate to Angular
#29When the deprecation was originally announced I basically just decided to sever from Angular all together. The "migration" practically involved rewriting pretty much everything anyway. The new thing is surely technically superior, but it just left me very bitter. I learned my lesson!
Re: AngularJS support is ending, and developers can migrate to Angular
#30https://www.singlewire.com/blog/development/react-migration
Just doing it piece-by-piece was a really good strategy, instead of a stop-the-world rewrite.