Skip to content

Instantly share code, notes, and snippets.

View rose-pace's full-sized avatar
🏳️‍⚧️
support trans rights!

Rose Pace rose-pace

🏳️‍⚧️
support trans rights!
  • Avantia, Inc
  • Valley View, Ohio
View GitHub Profile
@prabirshrestha
prabirshrestha / Bootstrapper.cs
Last active March 31, 2018 16:57
Server side reactjs rendering in Nancy with React.NET
public class Bootstrapper : DefaultNancyBootstrapper
{
protected override void RequestStartup(TinyIoCContainer container, IPipelines pipelines, NancyContext context)
{
base.RequestStartup(container, pipelines, context);
var react = new ReactEnvironment(
new JavaScriptEngineFactory(),
new ReactSiteConfiguration(),
new NullReactCache(),