Read the newly published Ember 2019-2020 Roadmap RFC πΉ, tune in to learn about GraphQL and Ember π¨βπ», join EmberCamp Chicago (Sept 16th) π, learn why you shouldn't use observers β, small things matter βοΈ, and Super Rentals tutorial in Octane π!
Reducing the size and conceptual complexity of Ember.
Improving ease of adoption.
This will be done by continuing to simplify Ember, modernizing our build system, enabling better accessibility (a11y) by default, and optimizing for growth by sharing how Ember Octane is modern, productive, and fun.
Mark your calendars! In partnership with Hasura, This.JavaScript is gathering the GraphQL community to discuss current advanced problems in GraphQL in frontend frameworks on Thursday, August 8th. RSVP to attend the event online or check out the recording afterward.
As your application grows, a change to data can trigger your observers in unexpected ways. The chain of dependencies grows and can form a cycle β a circular dependency β without your knowing. Observer A calls observer B, which calls A again, which then... π¨
What we need is a rule that we can enforce locally to prevent cycles from forming at the global level. You've likely heard of this rule already: Data Down, Action Up (DDAU). π‘
We often feature awesome blogposts, intricate RFCs and helpful addons in the Times. But in such a large ecosystem and community, the small things also matter. @backspace and @Imon-Haque both contributed by just changing one file on the Ember website. Fixing a typo or a broken link that you stumble upon might seem really small, but it is valuable because it makes everyone's Ember experience better. So if you find something small, feel free to fix it by clicking the βοΈ on GitHub and creating a PR.
If you've been looking for an example of what an app written in Ember Octane looks like, look no further than the rewrite of the Super Rentals Tutorial that's been a part of the Ember.js guides for quite a while now.
The original rewrite PR was opened by @vaidehijoshi, author of the amazing β¨ basecs and baseds series.Β
@tomdale also followed up with contributions to get the Octane vesion of Super Rentals over the line.
The new Super Rentals tutorial will become a part of the guides when Ember Octane is released. For a sneak preview, you can check out the PR's here and here.
Wondering about something related to Ember, Ember Data, Glimmer, or addons in the Ember ecosystem, but don't know where to ask? Readersβ Questions are just for you!
Submit your own short and sweet question under bit.ly/ask-ember-core. And donβt worry, there are no silly questions, we appreciate them all - promise! π€