Skip to content

Owin support/documentation? #71

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
delaneyj opened this issue Jan 19, 2015 · 3 comments
Closed

Owin support/documentation? #71

delaneyj opened this issue Jan 19, 2015 · 3 comments

Comments

@delaneyj
Copy link

Coming from a node.js world but would love to use ReactJS with Nancy and an Owin container. Are there any gotchas I should be concerned with? This might be related to the vNext support issue.

@Daniel15
Copy link
Member

Hi @delaneyj! OWIN support was only merged last night in #69. Currently there's no documentation on how to use it, and I actually haven't tried it out myself. As far as I can see, this only covers JSX transformation (built on top of StaticFileMiddleware), it doesn't cover server-side rendering.

cc @mandrek44 - It would be good to get some basic documentation on this functionality :)

@mandrek44
Copy link
Contributor

@delaneyj there's a sample showing the server-side JSX transformation with OWIN: https://github.com/reactjs/React.NET/tree/master/src/React.Sample.Owin

Regarding the server-side rendering - Katana has no built-in rendering mechanism, however you can use Razor manually and could probably use the same mechanism as in MVC for sever side rendering. I'll investigate.

@Daniel15 I'll try to add some documentation soon!

@Daniel15
Copy link
Member

Haven't seen any other requests for OWIN documentation and I feel like it's not as popular any more with ASP.NET 5 running on its own stack, so I'm going to close this out.

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

3 participants