LearnNewsExamplesServices
Frontmatter
id1896
titleEnhance the RealWorld demo app with lazy loading
stateClosed
labels
enhancement
assigneestobiu
createdAtApr 29, 2021, 11:30 PM
updatedAtApr 30, 2021, 12:43 AM
githubUrlhttps://github.com/neomjs/neo/issues/1896
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtApr 30, 2021, 12:43 AM

Enhance the RealWorld demo app with lazy loading

Closed v8.1.0 enhancement
tobiu
tobiu commented on Apr 29, 2021, 11:30 PM

Just took a look into the code and it should be pretty simple.

mostly: RealWorld.view.MainContainer RealWorld.view.MainContainerController

=> remove the static imports for all views and go for dynamic ones instead. webpack can easily handle it now.

Thoughts? @mrsunshine

tobiu added the enhancement label on Apr 29, 2021, 11:30 PM
tobiu assigned to @tobiu on Apr 29, 2021, 11:30 PM
tobiu referenced in commit 5545bc5 - "#1896 RealWorld.view.MainContainer: removed the HomeComponent import" on Apr 29, 2021, 11:42 PM
tobiu referenced in commit 2a20df8 - "#1896 RealWorld.view.MainContainerController: lazy loading views" on Apr 30, 2021, 12:08 AM
tobiu
tobiu Apr 30, 2021, 12:43 AM

done :)

tobiu closed this issue on Apr 30, 2021, 12:43 AM