TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Why is Ember fading away?

74 pointsby vmware508about 7 years ago

26 comments

senoroinkabout 7 years ago
As someone who has moved from using Ember daily for 2+ years to now using React&#x2F;Redux, I miss Ember on a daily basis. React suffers from lack of standardization like no other. I hate starting a new project or working on an existing project and having to think about where to put things. Ember grew from developers who existed in the Rails space and understood that convention over configuration is the way to go. React devs likely came from Express land where everything is composed of tiny modules that you&#x27;ll spend days carefully putting them all together.<p>The React world is the wild west. Libraries come and go so quickly that you&#x27;re better off building it yourself if you see your app as long living. Ember, on the other hand, does a great job of keeping everything in check. Because the community is so small, things just work because there&#x27;s less things to maintain.<p>Admittedly, when I first got into Ember, it was pre 1.0 days. Even prior to v2.0, Ember struggled to keep things working as intended. Now that the framework has matured, most pain points have gone away. The way they do their versioning is the smartest in the industry. React has been around for years and still the community seems fragmented.<p>What it boils down to is:<p>Is your app fairly small and intended to only last about a year? Use React<p>Is your app core to your business used by many and intended to last for the foreseeable future? Use Ember
评论 #16820885 未加载
评论 #16820870 未加载
评论 #16820953 未加载
atonseabout 7 years ago
I still strongly favor Ember for exactly the reasons React and other frameworks simply haven&#x27;t caught up: the out of the box experience.<p>I can start building an actual app within 3 minutes of typing &quot;ember new&quot; – with React, I&#x27;d spend the first couple of days just fiddling around with build scripts.<p>Sure, there are now react boilerplates that do this, but there are too many out there to properly evaluate what to use. Why not just make it a part of the framework?<p>I think one of the reasons React has been successful is that most developers inherently enjoy the actual act of tinkering as much as they do actually building something. They are ok with spending the first 72 hours of their project picking and setting up their build tools.<p>On the other hand, I can&#x27;t stand that stuff.<p>That&#x27;s what&#x27;s so weird to me about all this. Ember is to front end JS exactly what Rails was. Yet rails was successful and Ember wasn&#x27;t. I think it&#x27;s the difference between front-end culture and back-end culture.
评论 #16821132 未加载
评论 #16821246 未加载
评论 #16821142 未加载
评论 #16821399 未加载
评论 #16821173 未加载
abledonabout 7 years ago
I&#x27;m just going to say it: Their mascot was an annoying hamster.<p>This was their downfall.<p>Angular, sexy geometric design. React, sexy nuclear design. Vue, Sexy V geometric design. Ember, a big goofy rodent looking at you lol. &quot;But abledon, what about GOlang? they have a rodent too?&quot; Yes but golang resides in backend land where designers and frontend visual brains are lacking, only performance matters, doesnt matter if your framework&#x27;s logo is a steaming pile of poo, if its fast and easy to write concurrent code in, it will win the backend holy wars.
评论 #16821439 未加载
评论 #16821147 未加载
评论 #16821305 未加载
评论 #16821127 未加载
heckanoobsabout 7 years ago
I think there is a lot of tribalism in the js community and liking one framework (often the one you use for work) is synonymous with hating the others. Take this survey done where the people who have &quot;heard of Ember and would NOT use it&quot; is completely outsized with the rest of the data. (<a href="https:&#x2F;&#x2F;stateofjs.com&#x2F;2017&#x2F;front-end&#x2F;results&#x2F;" rel="nofollow">https:&#x2F;&#x2F;stateofjs.com&#x2F;2017&#x2F;front-end&#x2F;results&#x2F;</a>)<p>I&#x27;ve been developing professionally for 15 years and even in that short a time I&#x27;ve had to frequently start fresh in new frameworks or languages as the old ones lost their edge. The concept that someone would all-caps &quot;NOT&quot; use something is hilariously junior to me because the sands _will_ shift and you _will_ one day face the cliff of: my existing skills have no job demand, do I learn new skills or change profession? Harboring tribalism toward frameworks will not help you make the right decision in times like these.
评论 #16820908 未加载
评论 #16821183 未加载
评论 #16821090 未加载
3pt14159about 7 years ago
I&#x27;ll take a counter view here.<p>Ember shines best when building very UI rich, complex front end apps. Not apps that need to work on shitty connections or devices. Apps you would use from your office in NY or Toronto.<p>But the sad fact is that there just aren&#x27;t that many frontend apps out there, relatively speaking. Ember is hard to learn because you need to learn a lot to get things done, and most people building something simple are lazy. By the time their project is a huge mess they&#x27;re already locked in. Take HN for instance, the tech powering it is dead simple. It doesn&#x27;t need to be giant frontend app.<p>Ember is a really solid framework that I love that is never going away, but it isn&#x27;t for everyone and that is ok. Ember devs make a higher salary because they generally need to know more and the apps are more maintainable and generally run by pro dev shops, but it&#x27;s not for everyone.<p>One thing I think that could really help Ember is a version of Rails or some other backend that required less mucking around to get everything working. It&#x27;s such a chore to fully follow JSON API v1.1. But relation links and cursor based pagination are great with tools like Ember Data, so it&#x27;s worth the effort.
评论 #16824045 未加载
aclimattabout 7 years ago
I think it&#x27;s the natural evolution of frameworks. About 5 years ago, we had the Cambrian explosion of front-end frameworks -- Angular, React, Ember, Meteor, Backbone, even jQuery was still hot back then, and certainly dozens more. Technology had advanced enough that we finally were seeing new innovative ways of building web apps, and everyone had their own opinion on how to do it the Right Way.<p>This was certainly good for technological progress, but if anyone recalls the arduous process of &quot;which frontend stack should I choose?&quot; back then, it was an absolute nightmare. I had no idea which framework was production-ready, which framework would be around in 2 years, and heck, which framework even worked as advertised (and I remember distinctly wasting two weeks of my life trying to get a-then-very-beta ember-data to even fetch correctly, and eventually gave up and apologized to the client that their project wouldn&#x27;t be done on time).<p>Fast forward to 2018, as happens with basically every technological advancement ever, we are starting to standardize. Most of the evolutionary branches are dying out in favor of one or two of the strongest candidates (in this case, React, as far as I can see). This has resulted in huge maturity gains, performance improvements, library standardization, lower training costs, generally lower software maintenance costs, and overall stability in the ecosystem. And as someone who is generally a fan of the &quot;more wood behind fewer arrows&quot; philosophy, having suffered through the world war that was JavaScript in 2013, I am really enjoying the calm before the next storm.<p>Because, as always, the next wave of disruption will rise again. This current consolidation is at the expense of change -- there will be less paradigm shifts, there will be less new ways of doing things, and that both provides for stability and stagnation. But like clockwork, come about 2020, there will be a new catalyst for change (maybe our next Cambrian explosion will be thanks to WebAssembly?).<p>So in short order, don&#x27;t worry, we&#x27;ll get to play the &quot;which of these libraries even works&quot; game in no time.
评论 #16820733 未加载
评论 #16859700 未加载
gavinjoyceabout 7 years ago
We&#x27;ve been using Ember at Intercom for over 4 years to build our main app.<p>We continue to be super productive with Ember, our customers love our product, our code base has never been healthier and Ember&#x27;s careful upgrade path and approach to deprecations means that we don&#x27;t spend much energy or time thinking about non-product related technical challenges.<p>We&#x27;ve grown from 10 to 150 engineers in that time and Ember&#x27;s strong conventions has helped us continue our tradition of enabling new engineers shipping to production on their first day and shipping a feature to production in their first week.<p>Ember is not fading away for us, it&#x27;s enabling us to focus on continuously shipping better and better features to our customers.
hardwaresoftonabout 7 years ago
In my mind, if you need a large framework that a whole team can use day in and day out, Ember is the go-to choice. It&#x27;s got a lot of batteries included and the learning curve is pretty steep, but it has patterns and a way to do things for just about everything. It&#x27;s also been rapidly absorbing the best parts of other frameworks and approaches -- fastboot, glimmer, etc.<p>- Angular had the spot, then bumbled the transition from 1-&gt;2-&gt;5.<p>- Durandal died&#x2F;was transformed into Aurelia, whose hype never materialized.<p>- Backbone +&#x2F;- Marionette seems to be in super slow decline, but doesn&#x27;t update as fast as Ember.<p>- I don&#x27;t know much about Polymer but it just seems like an interesting project, not something I&#x27;d suggest an org to use (I&#x27;m probably wrong).<p>Ember shouldn&#x27;t be compared to tools like React&#x2F;Vue because it&#x27;s almost <i>never</i> just React&#x2F;Vue, and Ember itself has lots of plugins that come into play. &quot;React&quot; =~ React + React-Router + Redux&#x2F;Reflux&#x2F;Fluxxor&#x2F;Flux&#x2F;whatever, and roughly the same with Vue -- though you can choose to extend Ember with plugins, by default everything you need is baked in, with ONE set of well-written if not long documentation. I can certainly say that Ember is more coherently put together than react&#x2F;vue + react-router&#x2F;vue-router + redux&#x2F;vuex.<p>One of the biggest problems with ember of course, is the breakneck pace of change. I think it&#x27;s slowed down somewhat recently, but keeping up with it can feel like a full time job sometimes, if you get stuck behind for too long, it gets harder and harder to update your codebase.<p>As far as I&#x27;m concerned, Ember should keep doing what it&#x27;s doing, it&#x27;s basically the only worthwhile competitor these days in the most-batteries-included (aka frontend framework rather than frontend library) space. If anything these days, Angular (5?) is looking like it&#x27;s pivoted it&#x27;s way to essentially emulating Ember, so I&#x27;d place it second.
评论 #16823080 未加载
makmanalpabout 7 years ago
I really feel for Ember - we picked it for a project we started a few years ago because react was still very new and angular was in the middle of the 2.0 transition. The Ember folks really made sure that transitioning to new Ember versions is straightforward. I don&#x27;t even enjoy writing javascript, but I have really nothing but good things to say about it overall.<p>What it suffers from is a small community: we depended on a table component someone wrote which used some weird internal APIs and never got properly upgraded to ember 2.0 so we got stuck with ember 1.x until now because the overhead cost of switching to another library was too high to be worth it. Even then, the maturity of the project has been great and things don&#x27;t break all the time. The API has been improving and the ember developers are proactive about pulling in the best ideas from newer projects. If you read the Ember RFCs they&#x27;re always introspective and future-conscious and great. I really hope the project survives, not that I had much doubt. I think there is still quite a dedicated crowd.
tboyd47about 7 years ago
&gt; What are your thoughts? What, if anything, should be done to make Ember relevant in the JavaScript horizon again?<p>As a total outsider to Ember, but an insider in the JS community, having worked in various web-dev roles for 10 years and served as tech lead on a full-stack ReactJS app, my recommendation is to double down on production of junior developers (yes, I said &quot;production&quot; instead of education, and that is how you should look at it; producing capable workers).<p>High barrier to entry is the Achilles&#x27; Heel of ReactJS. It&#x27;s in a very similar position to Ruby on Rails five years ago. If you want to kill React, go for the low-hanging fruit: the juniors. Take a lesson from Python. It doesn&#x27;t matter how old you are; capture Programming 101 and the future is yours.
mar225about 7 years ago
We us Ember at my company. We started using it around the 1.0 release. We have been very happy with it. But as a shop that doesn&#x27;t really have any dedicated front end developers the most frustrating thing for us is that their conventions are always changing or worse threatening to change but don&#x27;t so your left always wondering if what you are doing is the right thing. People have been waiting for controllers to be deprecated for years. That being said I think they do have to make these changes to keep the framework moving forward and I appreciate the amount of effort they put in to keep things backward compatible. I think now that they are providing code mods for a lot of the new conventions people won&#x27;t be as hesitant to upgrade. Before there was a lot of friction when upgrading to a new version that had different conventions and you felt you should go and modify your existing code to follow the new conventions. I have confidence that with their strong user base they will stay relevant for many types of applications. If people are hesitant to try it I&#x27;d tell them to keep in mind that even though Ember has conventions and provides the ember way of doing things it is possible to integrate most of the exciting things going on in the js world with Ember. Some people even use react components in their ember apps.
realty_geekabout 7 years ago
I invested a lot of my time over the last few years into Ember and though it was a difficult decision I eventually had to accept that I would be better off moving to Vue.js. I have written a bit about my decision here: <a href="https:&#x2F;&#x2F;hackernoon.com&#x2F;why-i-am-migrating-propertywebbuilder-from-ember-js-to-vue-js-ca40925fa633" rel="nofollow">https:&#x2F;&#x2F;hackernoon.com&#x2F;why-i-am-migrating-propertywebbuilder...</a><p>Its a shame but the reality is that ember will not stand the test of time.
评论 #16821035 未加载
tbassettoabout 7 years ago
I was confused by the title but this is about EmberJS, the web front-web framework.<p>From what I have seen from my peers, EmberJS is indeed often ignored :&#x2F; The developers I know that are using it at work seem very satisfied AND very productive with it though. And the same core team also released GlimmerJS which is very interesting: <a href="https:&#x2F;&#x2F;glimmerjs.com" rel="nofollow">https:&#x2F;&#x2F;glimmerjs.com</a>.
tabethabout 7 years ago
The premise seems to be that popularity is what&#x27;s important. I&#x27;d say the useful metric is whether or not you can be productive with the tool at hand. Popularity is sometimes something that can make a framework more productive (as tutorials, documentation and libraries are released), however popularity is hardly a prerequisite.
评论 #16820223 未加载
sonecaabout 7 years ago
I am a junior frontend dev working on my first dev job and both the main web apps (customer facing web app and internal tools web app) are in Ember.<p>I like it, I could do real, valuable (if small) contributions within a month. I am 9 months in it now and I can handle significantly more complex features.<p>As it was explained to me, this was part of the decision of choosing Ember.<p>I will try to list the reasons for us:<p>- Timing: it was a time when the Angular broken upgrade from 1 to 2 was happening and React was starting to get traction.<p>- Ember was a solid and mature framework, stable enough to use on a startup with product-market fit entering the growth phase.<p>- There were clear signs that the framework was not going to be abandoned by its developers. Not only the maturity, but its future seemed solid. In retrospect, this was right. Ember keeps staying as a modern framework (even if not hyped that way).<p>- Its <i>&quot;conventions over configuration&quot;</i> approach was very important as we hadn&#x27;t enough experienced software developers in the team. It made it welcoming to junior developers (like myself) that could not properly anticipate all the possible outcomes of early configuration and architectural decisions. React is very tricky in this aspect. I believe a lot of React applications being created these days by not so experience engineers will cause a lot of problems in the future.<p>The downside is mostly human capital. Hard to find Ember developers these days. But not such a big deal, as our hiring policy focus on more fundamental frontend skills rather than framework knowledge, so we hired good frontend developers that first got in touch with Ember here. And it is fairly easy to pick up Ember for junior and senior developers both.<p>That said, talking to some senior developers here, it appears that, were they doing that decision today, they would probably go with React. Being easier to attract new hires is a big deal of that decision, as we are growing a lot our development team and if we could offer React options we would certainly attract an order of magnitude more candidates.<p>Also, React is more mature and we have more developers that are experienced enough to make the right calls on its architecture and configuration.<p>But, my personal opinion, is that Ember would still be the right choice for our situation today. Something solid, with a large enough range of problems already solved, welcoming to new developers, easy enough to be productive from start.
antoniuschan99about 7 years ago
Right now there are three main frameworks. Angular, React, and, Vue.<p>Ember has always been the little guy even in the days when Backbone dominated. But it seems to have been replaced by Vue in this regard.
评论 #16820900 未加载
orfabout 7 years ago
My very first job after University was creating a large app in Ember. I had no modern Javascript experience but I was productive enough with it to build a pretty complex SPA with a lot of bells and whistles. So Ember has a fond place in my heart.<p>I think Ember is fading because it&#x27;s just pretty different from other frameworks and there is a pretty big learning curve. But once you get up the curb you become super-productive and it&#x27;s really nice.<p>It&#x27;s a shame.
snewcomer24about 7 years ago
For any indie developers, Ember can be extremely productive. In the past year, I have pushed out 3 moderately complex Ember apps in addition to having a full time job. I&#x27;ve reused some code for each application, have been able to depend on backwards compatibility for addons and always have received lots of help from other community members here: embercommunity.slack.com<p>This is mainly due to my ability to focus on shipping features rather than build processes. Also, depending on Ember Data, ember-cli-mirage, and the JSONAPI spec have allowed me quickly spec out how my schema will look, allowing me to move from the frontend to backend quite seamlessly. I&#x27;ve used React as well to develop widgets and such, but nothing has matched my ability to build, test, and ship features more than Ember.<p>We are all in this together and should focus on lifting all of us up. Positivity begets positivity.
icholyabout 7 years ago
I moved away from it because the object model is too prescriptive.
评论 #16820439 未加载
vasilakisfilabout 7 years ago
Having worked with React and Ember, in Ember I am super productive. I can setup a whole app in a couple of days. I think the market is so big in front-end that even a relatively small market share is actually quite big in absolute numbers.<p>Having said that, one of the reasons that Ember&#x27;s core development seems so slow is because everything is announced beforehand, even discussed before hand. So if a feature A is proposed, it first needs to be submitted through RFC, go through a long period of discussion in Github then implemented and only then released. So it appears that it takes a long time to deliver features but it isn&#x27;t really like that.
winkabout 7 years ago
I&#x27;m not surprised, I&#x27;ve had mostly negative experiences with Ember. We wrote a pretty small web app and several of my colleagues had immense problems getting into it and making changes. (People who had JS experience and had used other stuff in the past.) We ended up rewriting it completely in a week (as I said, it was small) into AngularJS and no one ever complained again.
whalesaladabout 7 years ago
It came and went, plain and simple. It made assumptions and design choices which at the time seemed sound but by today’s standards look silly. Mustache templates for instance. Separating logic from presentation should be a choice not a hard&#x2F;fast rule with a severely limited templating engine.
评论 #16820794 未加载
matthewmacleodabout 7 years ago
I don&#x27;t think it&#x27;s any fault of Ember, but more that there are now other competing options in the front-end Javascript space, and these will naturally suit some other use-cases more.
chrisjshullabout 7 years ago
I see a lot of people who like ember-cli, but after the first few minutes I just found it frustrating. Granted, this was a little over a year ago, but at that time if you simply wanted a npm module in your code you had to do all the extra work to wrap it in an ember plugin. IMO, this severely slowed down the ecosystem.
评论 #16822597 未加载
jacknewsabout 7 years ago
Nominative determinism?
dustingetzabout 7 years ago
Ember felt very Rails-y to me. The ember community felt entrenched in rails, and rails is reaching end-of-life. It is old-school thought. Ember made existing ideas better, a 2x gain maybe. I want new ideas, the 100x leap.
评论 #16821117 未加载