Tagged in

How To

The Ember Way
The Ember Way
Finding the sweet spot of productivity and performance
More information
Followers
1.2K
Elsewhere
More, on Medium

Faking GraphQL with ember-cli-mirage

I’m in the process of replacing ember-data and REST with ember-redux and GraphQL. Everything is clicking wonderfully.

After searching with no luck for something to mock out GraphQL requests for my tests, it occurred to me that I can use…


Testing flexi breakpoints

Flexi is an ember addon that enables you to factor out your device-specific layouts into individual template files.

An example structure for a posts route might be:

app/
templates/
posts/
-layouts/
mobile.hbs…

Using Highcharts.js in an Ember app

Highcharts is one of the better supported and developed front end charting libraries out there…