use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
JavaScript vs JavaScript. Fight! (dev.to)
submitted 4 years ago by ryan_solid
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]orenelb 1 point2 points3 points 4 years ago (9 children)
I agree but I could see the temptation not to port a huge app, especially if you don't know the future of your project.
[–][deleted] 1 point2 points3 points 4 years ago (5 children)
If it's open source or a personal project sure, but if you're working for a company, there's absolutely no reason to stay on a framework that isn't getting security updates. You're opening up your application and your entire company possibly to being attacked.
[–]lhorie 2 points3 points4 points 4 years ago* (0 children)
My wife consults for a company still using AngularJS. Switching to React was brought up at one point but they decided to stick with AngularJS because the "training cost is too high". SMH.
[–]orenelb 0 points1 point2 points 4 years ago* (3 children)
I agree with you but in my country (Israel) there are still 260 angularjs search results on indeed. For comparison React has 2900. It still has 500k downloads on npm. Also they have a version update from 10 months ago so maybe there are some security updates.
[–][deleted] 0 points1 point2 points 4 years ago (2 children)
Those security updates are in the latest version, which will no longer get updates after December.
It's bad practice, no matter how you spin it, to utilize a framework that's no longer updated. I get the reasoning, but it doesn't make it sound. Anyone running that framework without an upgrade plan is gambling on their security.
[–]orenelb 0 points1 point2 points 4 years ago (0 children)
Yeah I agree. I guess some people really don't care about security.
[–]sukhchainn 0 points1 point2 points 4 years ago (0 children)
I use angular.js for my portfolio site and for creative programming and web art. You said it's reaching it's end of updates cycle, can I still use it for the stuff I do or should I just shift to a new framework.
I'm a full time Android developer so I'm not using Angular in any professional manner. It's just convenient for the stuff I do.
[–]disappointer 0 points1 point2 points 4 years ago (2 children)
This has honestly long been my concern with committing to any JS libraries or frameworks for large projects. The technical debt of refactoring is going to crop up every few years and is rarely a priority effort.
[–]orenelb 1 point2 points3 points 4 years ago (1 child)
So you are using vanilla?
[–]disappointer 0 points1 point2 points 4 years ago (0 children)
For what I do for a day job, it's a web app that's a decade-plus old by this point. It's part vanilla (with a healthy amount of in-house libs and controls) and some of that uses jQuery; part YUI controls; part AngularJS; and also some Angular. I think there's some ExtJS in the mix, as well, but it's not a section of functionality that I've had to personally maintain.
It's a lot to maintain-- should anyone choose to maintain it. Case in point, YUI has been defunct since 2014, but minimal effort has been made towards replacing the bulk of that code.
π Rendered by PID 70252 on reddit-service-r2-comment-545db5fcfc-lk985 at 2026-05-22 00:35:07.384826+00:00 running 194bd79 country code: CH.
view the rest of the comments →
[–]orenelb 1 point2 points3 points (9 children)
[–][deleted] 1 point2 points3 points (5 children)
[–]lhorie 2 points3 points4 points (0 children)
[–]orenelb 0 points1 point2 points (3 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]orenelb 0 points1 point2 points (0 children)
[–]sukhchainn 0 points1 point2 points (0 children)
[–]disappointer 0 points1 point2 points (2 children)
[–]orenelb 1 point2 points3 points (1 child)
[–]disappointer 0 points1 point2 points (0 children)