Skip to content

Commit 7e6623d

Browse files
Add blog post for 4.0.0
1 parent b8521d9 commit 7e6623d

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: 'ReactJS.NET 4.0'
3+
layout: post
4+
author: Dustin Masters
5+
---
6+
7+
It's been under development for a while now, but ReactJS.NET 4.0 is finally released! 🎉🎈
8+
9+
This release brings a few new features:
10+
11+
- Updated bundled version of React to 16.7 (you can always provide your own version of React if you need a newer version)
12+
- This library is now [MIT licensed](https://github.com/reactjs/React.NET/blob/master/LICENSE)
13+
- Javascript engines are no longer automatically registered. See the getting started pages on [.NET Framework](https://reactjs.net/getting-started/aspnet.html) and [.NET Core](https://reactjs.net/getting-started/aspnetcore.html) for more information about how to register a specific Javascript engine in your app.
14+
- JavaScriptEngineSwitcher and JSPool have been updated as a part of this change.
15+
- Further reading for JavaScriptEngineSwitcher: [How to upgrade applications to version 3.X](https://github.com/Taritsyn/JavaScriptEngineSwitcher/wiki/How-to-upgrade-applications-to-version-3.X)
16+
- Support for faster Javascript engine initialization via the [`AllowJavaScriptPrecomplilation`] setting(https://github.com/reactjs/React.NET/commit/4ff0fad26557817ffdf31e4de7ba98bccd1645ac)
17+
- Server side rendering support for
18+
- [React Router](https://reactjs.net/features/react-router.html)
19+
- [React Helmet](https://reactjs.net/features/react-helmet.html)
20+
- [CSS-in-JS libraries](https://reactjs.net/features/css-in-js.html)
21+
- The API is also publicly extendable, so you can write a custom integration without requesting a change to this library by [implementing this interface](https://github.com/reactjs/React.NET/blob/b8521d954c5ad7c6c943c65234aa7cf93f13455a/src/React.Core/IRenderFunctions.cs)
22+
- Lots of contributions from the community. Thanks to:
23+
- [@Taritsyn](https://github.com/reactjs/React.NET/commits?author=Taritsyn) for optimizations to JavaScriptEngineSwitcher and adding script precompilation
24+
- [@kpkozak](https://github.com/reactjs/React.NET/commits?author=kpkozak), [@saranshkataria](https://github.com/reactjs/React.NET/commits?author=saranshkataria), [@ariefabubakar](https://github.com/reactjs/React.NET/commits?author=ariefabubakar), [@awayken](https://github.com/reactjs/React.NET/commits?author=awayken), [@ssaroiu](https://github.com/reactjs/React.NET/commits?author=ssaroiu), [@teimaj](https://github.com/reactjs/React.NET/commits?author=teimaj), and [@JoshuaKGoldberg](https://github.com/reactjs/React.NET/commits?author=JoshuaKGoldberg) for contributing fixes and documentation updates!
25+
26+
If there are things you'd like to see added, please send feedback via [Github Issues](https://github.com/reactjs/React.NET/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.
27+
28+
Cheers!
29+
30+
- [@dustinsoftware](https://twitter.com/dustinsoftware) and [@Daniel15](https://twitter.com/daniel15)

0 commit comments

Comments
 (0)