Skip to content

Instantly share code, notes, and snippets.

@caseyWebb
Last active February 7, 2018 03:40
Show Gist options
  • Save caseyWebb/89c8b00f2895fbbaef655ff1b16d6a08 to your computer and use it in GitHub Desktop.
Save caseyWebb/89c8b00f2895fbbaef655ff1b16d6a08 to your computer and use it in GitHub Desktop.
KnockoutJS HMR - Medium - 4
<hello-world>
<span data-bind="if: ready">
<span data-bind="component: { name: '__HOT__hello-world', params: params }">
Hello, World!
</span>
</span>
</hello-world>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment