no-build-tools-no-problems
no-build-tools-no-problems copied to clipboard
Evaluate performance
How does this compare to the traditional approach? Is it good enough for small-medium projects?
- [ ] Look for any perf bottlenecks, missing best practices, etc. Probably best to do this first, before comparing to traditional approach, in case matters.
- [ ] Compare
source/+jspm.devto traditional approach on the same code. Is it close enough that to justify eschewing tooling for the improved devex? - [ ] Compare
build/(with justsource/processed by Babel to remove HTM, etc) +jspm.devto traditional approach on the same code. Is it close enough that to justify eschewing tooling for the improved devex? - [ ] Does the lack of tree shaking with
jspm.devintroduce too much overlap in sub-dependencies? - [ ] Should
preloadbe used instead ofmodulepreload? - [ ] Are there places we could use dynamic imports to speed up the initial load? (probably the latests post card)