I've noticed some "choppy-ness" when loading a component for the first time, especially when it's at the top of the page (as everything underneath it has already rendered). Come to find in the Knockout Documentation that the component loaders supply the view-model factory and template asynchronously.
Since application I'm currently working on is pre-compiled, is it possible to write a custom loader that will supply everything synchronously?