In React v0.11, namespacing was added in: http://facebook.github.io/react/blog/2014/07/17/react-v0.11.html#jsx-namespacing Looks like the JsxBundle works with namespaces, but using them on the server-side does not seem to work... ``` @Html.React("UI.HelloWorld", new { name = "Daniel" }) ``` Either way, amazing library!