React.NET
React.NET copied to clipboard
.NET library for JSX compilation and server-side rendering of React components
Thanks for filing a bug! To save time, if you're having trouble using the library, please check off the items you have tried. If you are just asking a question,...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Ive read a few others who claim they got Loadable-Components to work. I can get this to work with client side just fine. However, on SSR the component never actually...
Hello. I am using a third party react client library for elastisearch (https://opensource.appbase.io/reactivesearch/) where i define the components inside the render() method of a .tsx file. Is it possible with...
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.12.0 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...
In short, everything works fine with styled-components version 4.x, but when we tried upgrading to version 5.x, global styles would not be injected for server-side rendering, only component styles. The...
Is it possible or maybe anybody has working example? [The only one](https://github.com/reactjs/React.NET/issues/392#issuecomment-289657098) I had found seems out of date
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Hi, What is the recommended setting for MaxEngines? At the moment this is our configuration: `JsEngineSwitcher.Current.DefaultEngineName = V8JsEngine.EngineName; JsEngineSwitcher.Current.EngineFactories.AddV8(); ReactSiteConfiguration.Configuration.MaxEngines = 35; ReactSiteConfiguration.Configuration.ReuseJavaScriptEngines = true;` On production we had the...