Rendered at 20:35:24 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
atonse 19 hours ago [-]
I loved ember for years. Even attended EmberConf in portland around 2015. In fact, I'm just weeks away from retiring my last ember codebase that was in production and worked great for a decade (but I haven't updated in 5 years, since I was unable to keep up with all the changes). But after years of the community dying the most slow and boring of deaths, and having an absolute nightmare needing to hire Ember consultants, I really soured on it.
It is the main reason I completely stick to the boring mainstream (like react) now, so I'm never again stuck between "nobody knows Ember" and "this one consultant is charging $28k a month cuz I'm competing with LinkedIn, Netflix, and Apple" and then am stuck with them implementing engines for fun and then I don't have the time to undo it months later - all left me wanting to flee.
Basically, left it for non-technical reasons, just practical "literally nobody except billion dollar companies use this, I've painted myself into a corner" reasons.
But I do have fond memories of building things with it, personally.
HatchedLake721 12 hours ago [-]
We had the same issue hiring 8 years ago in the UK.
Since then I realized I’ll never require a react/vue/angular/ember/svelte/etc experience, just go for good JavaScript developers with frontend experience, framework doesn’t matter.
Took them a week or two to understand the Ember patterns that’s it.
I think we overcomplicate, all these frameworks are just slightly different ways how to build web apps, the core patterns are the same. Anyone experienced can pick any of these frameworks in matter of days or weeks.
Same on the backend, great if you’ve have experience with any of the express/hapi/koa/nest/fastify/hono, but if you don’t have experience with the one we use, it’s still fine. Hire good engineers, not good “framework” engineers.
ksec 6 hours ago [-]
I wonder when will Discourse move to Ember 7.0?
And Apple is still using Ember? I seems to remember they moved off it some years ago.
rohitpaulk 13 hours ago [-]
Same here. Loved the LTS thinking and Ember data being built in but hiring was a pain and ecosystem packages were often out of date.
sergiotapia 18 hours ago [-]
Kudos for sticking it out. But man EmberJS is basically CakePHP at this point. A relic of days gone by. May as well use Marionette or Backbonejs.
HatchedLake721 12 hours ago [-]
Ember is not Backbone or Marionette, both of them are stagnant. Ember’s actively maintained and improved with 6 week release cycles and LTS versions.
Ember on frontend is what Rails is on backend: less fashionable, opinionated, mature, and still useful when you value long-term app consistency over ecosystem hype and new JS framework of the month.
ffsm8 11 hours ago [-]
> new JS framework of the month
I got news for you: that hasn't been the case in 10 yrs now. It's no longer 2010 in case you didn't notice.
Seriously, react, emberjs angular, vuejs etc - they're all essentially the same age at this point.
HungSu 17 minutes ago [-]
I'm glad to see Ember is still in development. There are a lot of good architectural decisions in there that I miss when I'm in React, and there's a lot that casual React developers could learn from it and other opinionated frameworks. It was sad to see that Ember was held back by obsolete design choices for so long (Vite took years!! And AMD modules are only being deprecated now in this release)
roxolotl 20 hours ago [-]
I love that ember is still going. It’s obviously not the number one choice these days, might never have been, but it represents approaches to frontend web dev that are very different from the standard so it’s always great to see the diversity of ideas out there.
SwiftyBug 9 hours ago [-]
I don´t get the design choice for Glimmer components:
This is obviously not valid JS. If they already had to create a DSL for components, why not embrace it fully and introduce a different keyword instead?
JSX class components, even though not technically valid JS (render method returns HTML-like syntax), resemble a JS class much more as it requires methods to declare the template and handle component lifetime.
unsungNovelty 14 hours ago [-]
I've been waiting for their Polaris edition for a while now. It looks like it is still not released. But am gonna learn Emberjs one of these days. It will be my secondary framework for projects.
We need more LTS versions of dev tools like emberjs, django, node etc. And am a fan of their RFC process as well. It looks like this is the framework you use if you want to incrementally improve stuff without having to go through radical shifts between versions.
winrid 13 hours ago [-]
I remember my first full time frontend job I applied to in like 2013 the job listing said I should know ember, backbone, and angular. I was kind of living out of my car so I just studied up a bunch on Ember at the time at random Starbucks.
It turns out they didn't use any of those and didn't ask questions about them in the interview. :) After a year or so they did start using Angular though.
Anyway, I did end up playing with ember and backbone around that time. Cool to see it's still developed.
pjmlp 13 hours ago [-]
This brings back memories, I thought it was long gone in the magpie attention world of frontend frameworks.
ErunamoJAZZ 13 hours ago [-]
Cool, just in time for the maintenance contract in the old legacy project I worked on like 10 years ago.
mrcwinn 17 hours ago [-]
Backbone if you’re a real engineer.
BilalBudhani 12 hours ago [-]
Backbone written in CoffeeScript if you're an OG engineer
jauco 13 hours ago [-]
Before backbone there was already knockout.js which was based on signals. Which is what all the hip frameworks are converging on now anyway. You could have bypassed all the drama.
steve_adams_86 17 hours ago [-]
We could have just stopped at Backbone. It had everything you needed, if you were a real engineer.
xaxfixho 14 hours ago [-]
GWT still rocks!!
triyambakam 20 hours ago [-]
Since an agent could write all the boilerplate needed, I wonder if that offers any more reason to choose Ember over other frameworks/libraries now
It is the main reason I completely stick to the boring mainstream (like react) now, so I'm never again stuck between "nobody knows Ember" and "this one consultant is charging $28k a month cuz I'm competing with LinkedIn, Netflix, and Apple" and then am stuck with them implementing engines for fun and then I don't have the time to undo it months later - all left me wanting to flee.
Basically, left it for non-technical reasons, just practical "literally nobody except billion dollar companies use this, I've painted myself into a corner" reasons.
But I do have fond memories of building things with it, personally.
Since then I realized I’ll never require a react/vue/angular/ember/svelte/etc experience, just go for good JavaScript developers with frontend experience, framework doesn’t matter.
Took them a week or two to understand the Ember patterns that’s it.
I think we overcomplicate, all these frameworks are just slightly different ways how to build web apps, the core patterns are the same. Anyone experienced can pick any of these frameworks in matter of days or weeks.
Same on the backend, great if you’ve have experience with any of the express/hapi/koa/nest/fastify/hono, but if you don’t have experience with the one we use, it’s still fine. Hire good engineers, not good “framework” engineers.
And Apple is still using Ember? I seems to remember they moved off it some years ago.
Ember on frontend is what Rails is on backend: less fashionable, opinionated, mature, and still useful when you value long-term app consistency over ecosystem hype and new JS framework of the month.
I got news for you: that hasn't been the case in 10 yrs now. It's no longer 2010 in case you didn't notice.
Seriously, react, emberjs angular, vuejs etc - they're all essentially the same age at this point.
We need more LTS versions of dev tools like emberjs, django, node etc. And am a fan of their RFC process as well. It looks like this is the framework you use if you want to incrementally improve stuff without having to go through radical shifts between versions.
It turns out they didn't use any of those and didn't ask questions about them in the interview. :) After a year or so they did start using Angular though.
Anyway, I did end up playing with ember and backbone around that time. Cool to see it's still developed.