ReactJS.NET v4.1.1 Release Notes

Release Date: 2019-04-23 // almost 5 years ago
  • ๐Ÿฑ Binaries available from NuGet directly ๐Ÿš€

    ๐Ÿ†• New to 4.1:

    • โšก๏ธ Updated bundled version of React to 16.8.4, which brings support for hooks
    • โšก๏ธ Updated babel to 6.26.3. We're working on enabling opt-in support for Babel 7 as well, but if you need this today, please use the webpack integration.
    • โšก๏ธ Updated the ASP.NET and .NET Core samples to demonstrate integrating third party libraries, such as Reactstrap.

    ๐Ÿ†• New to 4.0:

    • โšก๏ธ Updated bundled version of React to 16.7 (you can always provide your own version of React if you need a newer version)
    • This library is now MIT licensed
    • ๐Ÿ‘€ Javascript engines are no longer automatically registered. See the getting started pages on .NET Framework and .NET Core for more information about how to register a specific Javascript engine in your app.
    • ๐Ÿ‘Œ Support for faster Javascript engine initialization via the AllowJavaScriptPrecomplilation setting
    • ๐Ÿ‘ Server side rendering support for
    • Lots of contributions from the community

    ๐Ÿ‘€ We'd like to hear from you! If there are things you'd like to see added, please send feedback via Github Issues. We're a limited team and may not be able to implement what you'd like to see, but still want to hear how this project is being used and where it could be improved.