Skip to content

Server-Side Namespacing #37

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
gwing33 opened this issue Sep 14, 2014 · 3 comments
Closed

Server-Side Namespacing #37

gwing33 opened this issue Sep 14, 2014 · 3 comments
Assignees

Comments

@gwing33
Copy link

gwing33 commented Sep 14, 2014

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!

@Daniel15 Daniel15 self-assigned this Sep 15, 2014
@Daniel15
Copy link
Member

Thanks for the report! This should be fairly simple to fix :)

@Daniel15
Copy link
Member

I've just released ReactJS.NET 1.1.2 which solves this issue. Thanks for reporting!

@gwing33
Copy link
Author

gwing33 commented Sep 15, 2014

Speedy Speedy Speedy. Workings perfect! Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants