Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4830

Will Code Splitting per "Ember Addon" be possible next?

$
0
0

@Daniel_Park wrote:

Hi everyone, Our team have been working with Ember about 2 years and we are making healthcare system for cloud. and we are really appreciating to Ember team’s commitment and effort.

We first used ember engine for dividing the app by “domain”, so we had benefit of lazy loading. But recently we had to decide changing ember engine to “ember addon” because of UI design & concept. Now we have only one (main) route and each “domain” is implemented as “ember addon”(exactly many components in it). there are hundreds of domain in the system

Eventually, we want the followings.

  1. we want to “lazy load” each domain(ember addon) when user click the menu
  2. we also want to build and deploy each domain separately (Building app as whole takes tens of minutes)

we are hoping those are possible by Ember team’s “code splitting” work and we want to know those are really possible in the following release of Ember CLI , if possible, WHEN we can use them. Could anyone give us some information?

Posts: 4

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 4830

Trending Articles