Sometimes I have a hard time getting an up-to-date bird's eye view on Javascript frameworks. It's easy to get the impression that it's all about Angular or React these days, that companies are lusting for these developers in particular. Following a reality check, I'm often surprised to see how huge something like... say, PHP with Zend is, and how much _these_ devs are sought after.
I wonder where Ember stands today in this regard. I know it's not the most hip framework, but is it just because it isn't the greatest latest flavor of the month or because of framework issues, trouble adapting to modern web app must-have properties?
Maybe it's just one of those frameworks that doesn't make noise because it does things right and is reliable, going under the radar ... until you see businesses looking for competence?
I think this is it. Ember has a slow and steady progress path. It's dead simple for developers to upgrade their apps through Ember releases, and stay up to date with the latest features and performance improvements. Conversely, I feel like there is a lot more pain in regular upgrading with other frameworks.
I feel I'm very productive with Ember (not being a JS guru). The whole ember-cli plus addons makes it a breeze to start a new application/enhance an existing one.
Also, the work being put on Glimmer making Ember faster and pretty much the only thing I had to do was to update my package.json and install the new version (granted If I did that the minute it was released some addons do break, but if you wait a little/contribute to fix those issues... it was great).