ember-fastboot / fastboot-website

http://ember-fastboot.com/
18 stars 49 forks source link

Incomplete Example | Quickstart > Rendering the Model #110

Open ankushdharkar opened 4 years ago

ankushdharkar commented 4 years ago

The fetch example in Quickstart > Rendering the Model will not work, because we need to chain a response.json() to ready the data in model

If a new developer, who is not that familiar with Fetch API tries to try it out, then their code will not work and they may think they are doing something wrong in their Ember example