I'm happy to announce the release of ReactJS.NET 3.3! This is a minor release with a few changes:
-[#449](https://github.com/reactjs/React.NET/pull/449) - Allow rendering HTML in an ASP.NET MVC web application outside of the context of a web request. *Thanks to [Bojan Čoka](https://github.com/coka)*
-[#479](https://github.com/reactjs/React.NET/pull/479) - Added example for ReactRouter. *Thanks to [Dustin Masters](https://www.dustinsoftware.com/)*.
-[#496](https://github.com/reactjs/React.NET/pull/496) - Added support for script nonce attributes. *Thanks to [Dustin Masters](https://www.dustinsoftware.com/)*.
-[#497](https://github.com/reactjs/React.NET/pull/497) - Several improvements to server-only rendering. Container elements are no longer rendered, and `Html.RenderInitJavaScript` no longer renders JS for these components. *[Thanks to Gustav Tonér](https://github.com/gazab)*
-[#438](https://github.com/reactjs/React.NET/pull/438) - Simplified name of the HtmlHelper function for ReactRouter. *Thanks to [gunnim](https://github.com/gunnim)*.
-[#514](https://github.com/reactjs/React.NET/pull/514) - Replaced "path" with "location" for ReactRouter server-side rendering. *[Thanks to Chad Burggraf](http://chadb.me/)*
-[#509](https://github.com/reactjs/React.NET/pull/509) - Use NuGet reference rather than local reference for tutorial code. *Thanks to [Dustin Masters](https://www.dustinsoftware.com/)*.
-[#475](https://github.com/reactjs/React.NET/pull/475) - Fixed flaky unit tests.
*Thanks to [Dustin Masters](https://www.dustinsoftware.com/)*.
Huge thanks to [Dustin Masters](https://www.dustinsoftware.com/) for reviewing several of the pull requests.
Have fun, and as always, please feel free to send feedback or bug reports