|
|
|
|
|
by JamesSwift
883 days ago
|
|
As someone who has built offline-first, I noticed that as well : D All the offline-first apps I've built have felt magically fast to load. It really is an incredible experience. I think its likely something to do with parsing/loading the initial view state that is taking a bit. Thats a pretty complicated widget so likely has to load libraries to handle it. |
|