Ember.js - Ember.js Native Class Update - 2019 Edition

(This post was originally published on www.pzuraq.com)


This is a companion discussion topic for the original entry at https://emberjs.com/blog/2019/01/26/emberjs-native-class-update-2019-edition.html
3 Likes

Nice. Iā€™m just a little lost in the file structure organization.

For example: I need to create a list of cars and new car form.

Supposing I have a JSON:API adapter configured, how to start?

I think I need two routes, one for the index page, when I will list de cars.

And second route do the new car form.

In that case I need two templates, the templates will interact with the routes.

And the model of the car.

Something like that? What I missed?

Thanks!