Optimizing performance in Flutter web apps with tree shaking and deferred loading
Type Web
Created 2020-07-23
Available at medium.com/flutter/optimizing-performance-in-flutter-web-apps-with-tree-shaking-and-deferred-loading-535fbe3cd674
Identifier unavailable
Description
For the best user experience it is important that an app loads fast. The initial load time of a Flutter web application can be improved by minimizing its JavaScript bundle. The Dart compiler includes features such as tree shaking and deferred loading, both of which minimize the JavaScript bundle. This article explains how they work and how you can use them in your application.
Relations
Edit details Edit relations Attach new author Attach new topic Attach new resource
10.0 /10
useless alright awesome
from 1 review
- Resource level 2.0 /10
- beginner intermediate advanced
- Resource clarity 9.0 /10
- hardly clear sometimes unclear perfectly clear
- Reviewer's background 4.0 /10
- none basics intermediate advanced expert
Comments 1
10 rating 2 level 9 clarity 4 user's background
great series about Flutter Web App optimization