(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
(This post was originally published on www.pzuraq.com)
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!