File tree 1 file changed +30
-0
lines changed
1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : " ReactJS.NET 0.2.0 - MSBuild and Linux Support"
3
+ layout : post
4
+ author : Daniel Lo Nigro
5
+ ---
6
+
7
+ I'm happy to announce the release of ReactJS.NET 0.2.0! This is a minor release
8
+ and adds a number of new features:
9
+
10
+ * [ Precompilation of JSX files via MSBuild] ( /guides/msbuild.html )
11
+ * [ Partial Linux (Mono) support] ( /guides/mono.html ) .
12
+ Server-side component rendering is supported, but JSX compilation is not yet
13
+ supported. To use JSX on Mono, you will need to precompile your JSX files
14
+ via MSBuild.
15
+ * Cassette MSBuild support - Bundle and minify your JavaScript before
16
+ deployment to improve performance
17
+
18
+ Internal technical changes:
19
+
20
+ * React core no longer depends on System.Web, for easier use outside of an
21
+ ASP.NET context (eg. in a command-line or OWIN application)
22
+ * JSX transformation split from ` IReactEnvironment ` into new ` IJsxTransformer `
23
+ interface. The previous ` IReactEnvironment.LoadJsxFile ` and
24
+ ` IReactEnvironment.TransformJsx ` methods have been marked as obsolete, please
25
+ use ` IReactEnvironment.JsxTransformer.TransformJsxFile ` instead.
26
+
27
+ Have fun, and as always, please feel free to send feedback or bug reports
28
+ [ on GitHub] ( https://github.com/reactjs/React.NET ) .
29
+
30
+ &mdash ; Daniel
You can’t perform that action at this time.
0 commit comments