# Dynamic import() into your Ember app

DevFeed: [Dynamic import() into your Ember app](<https://devfeed.tech/articles/dynamic-import-into-your-ember-app-28399.md>)

Original publisher: [Read original article](<https://eaf4.com/dynamic-import-into-your-ember-app/>)

Author: Edward Faulkner

Published: 2018-07-13T15:04:09Z

Content type: tutorial

Language: en

Sources: [Edward Faulkner](<https://devfeed.tech/sources/edward-faulkner.md>)

Topics: [Ember](<https://devfeed.tech/topics/ember.md>), [import](<https://devfeed.tech/topics/import.md>), [App](<https://devfeed.tech/topics/app.md>), [Code](<https://devfeed.tech/topics/code.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [app](<https://devfeed.tech/tags/app.md>), [code](<https://devfeed.tech/tags/code.md>), [data](<https://devfeed.tech/tags/data.md>), [demo](<https://devfeed.tech/tags/demo.md>), [ember](<https://devfeed.tech/tags/ember.md>), [import](<https://devfeed.tech/tags/import.md>), [load](<https://devfeed.tech/tags/load.md>), [source](<https://devfeed.tech/tags/source.md>), [videos](<https://devfeed.tech/tags/videos.md>)

## AI overview

A screencast demonstrates using ECMA dynamic import() with ember-auto-import to lazily load a dependency into an Ember app. The example fetches real city data and plots it with Highcharts, loading the Highcharts code only when needed.

## Source excerpt

A screencast where we build an app that loads real data, lazily loads Highcharts on demand, and plots the data using Highcharts.