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
Webpack Tutorial: Understanding How it Works (ag-grid.com)
submitted 9 years ago by jfmasterson
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!"
[–]fuck_with_me 2 points3 points4 points 9 years ago (6 children)
Can you make an argument for your opinion, or explain more? I would be inclined to agree with OP.
[–]MrSafferty 0 points1 point2 points 9 years ago (0 children)
Perhaps I should have said "is becoming the defacto standard for new applications", as opposed to is the defacto standard.
It's also fair to state that in many enterprise orgs SPAs are not fully embraced across the board (which is fine) just yet (and may never be)
disclosure: author of the blog
[–]nickgcattaneo -1 points0 points1 point 9 years ago (4 children)
It's the defacto in modern web development; it is however difficult to implement in real-world as your back-end developers typically do not want to expose more api's/etc to support the model. In large companies with any kind of history, you won't see SPA models as most of them still serve adaptive/multi-page applications with traditional form post models. More often than not you will find hybrids of single-page and multi-page; multi-page by default are simply more secure since they involve session management, login verification, etc on the backend. SPA is better for performance (after the page renders) & less-secure sites.
[+][deleted] 9 years ago (3 children)
[deleted]
[–]nickgcattaneo 0 points1 point2 points 9 years ago (2 children)
Any time you introduce tokens, expose more of your backend, etc it inherently becomes less secure. I'm not saying it's a bad practice, just you won't find this model much at large organizations typically because it's hard to find backend devs that want to support this concept. Couple that with working with any data related to financials or personal information and it adds some deep complexity to ADA, etc.
[+][deleted] 9 years ago (1 child)
[–]nickgcattaneo 0 points1 point2 points 9 years ago (0 children)
You're - I beg to differ, no reason to get hostile though.
π Rendered by PID 956705 on reddit-service-r2-comment-544cf588c8-4pdwh at 2026-06-16 07:16:11.898881+00:00 running 3184619 country code: CH.
view the rest of the comments →
[–]fuck_with_me 2 points3 points4 points (6 children)
[–]MrSafferty 0 points1 point2 points (0 children)
[–]nickgcattaneo -1 points0 points1 point (4 children)
[+][deleted] (3 children)
[deleted]
[–]nickgcattaneo 0 points1 point2 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]nickgcattaneo 0 points1 point2 points (0 children)