ReactJS.NET 3.0 Available Now

ReactJS.NET 3.0 has been released and the major change which comes with this particular release is the addition of support for .NET Core. The tutorial code is also available.
 
The major changes which you will notice are the following, as per the official blog.
  • Support for ASP.NET MVC 3 was removed. MVC 4 was released in 2012.
  • #294 - Added support for .NET Core
  • #306 - Upgraded to JavaScriptEngineSwitcher 2.0
  • #330 - Use camelcase for JSON by default. This corresponds with a breaking change made in the final release of ASP.NET Core 1.0. If you were relying on the legacy behavior, you can use SetJsonSerializerSettings in your ReactJS.NET config to revert back to the old behavior.
For more detailed information, check here.
Up Next