Diving into Ember Octane available now!
Early Access Open Now!
43:27 | 6 videos, more to come
Time
Content
With Ember Octane understanding what data can change and how your application should react to these changes becomes a lot simpler with the new tracked
decorator.
In this video, we'll use this new decorator to describe the state of our cart service and reduce a lot of complexity and excess syntax.
Instructor
Ryan Tablada is a Senior Engineer at Prototypal and member of the Ember Learning team. He formerly taught at the Iron Yard coding school and has been using Ember.js since 2011.
In this course, we'll convert our Library app to use Ember Octane by converting old features to the new Octane spec, build a new dark mode toggle for styling customization, and implement a cart service. In the process, you'll learn the new angle bracket component syntax as well as the templating patterns and linting that will help you separate components, properties, local variables, and helpers inside your templates. Then, you'll convert modules to use native ES2015 class syntax and decorators. Finally, you'll learn how to build native Glimmer components and use tracked properties to manage data updates within your app.
Purchase this Series
EARLY ACCESS OFFER
$99
All you need to start using the latest features in Ember Octane!
If you want the freedom to create cutting-edge frontends and backends, Embercasts will give you the tools to do it.
I really really like the integration of server side and client side concepts. I don’t understand why more tutorials are not done this way.