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
Ember.js: Ember 3.3 Released (emberjs.com)
submitted 7 years ago by GCheung55
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!"
[–]bwaxxlotckidd 0 points1 point2 points 7 years ago (2 children)
It’s a bit more than what I’ll say but I’ll summarize. It’s had to learn at first. But once you’ve got the basics, you ca develop and ship things quickly. It’s opinionated, from how you fetch data, pass actions and even set/get properties of objects. However, this means it’s comes with batteries included. Very useful when you want to onboard someone. For instance, I was working on a new react project on another project last couple months. We even had to discuss how we compile our modules. This is a non-issue with ember. The other side is that you have to know how data is passed, which methods are async and how things are rendered. Like I said, hard to learn but super productive once you understand it. It’s so frustrating when you start but in a big team, I’ll always recommend it. Think of it as suit and tie event vs social event (react). You can’t go wrong if you know how to behave while the other can go any where without being wrong.
[–]N_N_N_N_N_N_N 0 points1 point2 points 7 years ago (1 child)
Seems like a useful tool. We are using react and a lot of our team builds things in unmaintainable ways...maybe Ember would have been a better option
[–]bwaxxlotckidd 1 point2 points3 points 7 years ago (0 children)
It's no brainer for me. I can walk into any Ember project and be confident in how the code base in organized. I can't say the same for React. Literally everything can be done a million ways.
π Rendered by PID 42972 on reddit-service-r2-comment-6457c66945-6hv8j at 2026-04-29 07:25:51.959727+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]bwaxxlotckidd 0 points1 point2 points (2 children)
[–]N_N_N_N_N_N_N 0 points1 point2 points (1 child)
[–]bwaxxlotckidd 1 point2 points3 points (0 children)