cmelion
cmelion
I need to get a better handle on how async loading works with the newer router and webpack: https://www.youtube.com/watch?v=d8yAdeshpcw&index=9&list=PLOETEcp3DkCq788xapkP_OU-78jhTf68j
Lazy loading with the new router appears to have a dependency on systemJS and a specific directory structure naming convention that the CLI uses when generating components. Webpack will require...
@mattxo have you looked into this further? I heard a rumor that the Angular team was abandoning systemJS for WebPack.
I'm looking into http://valor-software.com/ng2-bootstrap/, will post my results and a link to the repo here.
I'm still thinking about this, including bootstrap should be similar to including [Material Design Lite](https://getmdl.io/). The Demo project has a working example, see [Working with MDL](https://github.com/cmelion/generator-ng2-webpack/wiki/Working-with-Material-Design-Lite) for more details.
I would probably think twice about loading both in an app that was targeting a mobile audience, but I have a few thoughts about it: - I'd probably avoid loading...
@kuncevich I put up a live version @ http://cmelion.github.io/generator-ng2-webpack/ It's pretty snappy on my iPhone6S. This is the default build without much effort put into tuning but it's also barebones...
Another approach to addressing the concerns of bloated js payloads is to investigate how well the combination of Angular and React lends itself to [isomorphism](https://bensmithett.github.io/going-isomorphic-with-react/#/) (use arrow keys to navigate...
That is strange I only see 6 requests, what is the latency on your requests? Also the byte counts look wrong (I show 370kb compressed or about 1.5M uncompressed), you...
@kuncevich Wow! It's taking 4 seconds for the content to be pulled from cache and parsed! I expect the initial load in localhost environment to slower since the uncompressed resources...