This is the code companion to my Animation and Predictable Data Loading in Ember, presented at the Ember ATX Meetup on 3/28/2019.
I updated the Ember project to use Octane features and removed api
directory for simplicity.
You can run the app as is. Ember Mirage will create random data each time.
-
Do
npm install
. -
Run
ember s
, then visitlocalhost:4200
.
You can find the pre-Octane app on GitHub. To learn more about the differences, please see my blog post.