Frontmatter
| id | 1896 |
| title | Enhance the RealWorld demo app with lazy loading |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Apr 29, 2021, 11:30 PM |
| updatedAt | Apr 30, 2021, 12:43 AM |
| githubUrl | https://github.com/neomjs/neo/issues/1896 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 30, 2021, 12:43 AM |

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