-
Hi,
I am trying to port our codebase to NiL.JS. We are using dynamic Expando Objects to store fields.
This worked quit well when using vroomJs.
When trying to use this with NiL.JS the parameter…
-
Platform: Windows 10
Steps to reproduce:
1) I am on commit e12020b1f99f99d71f22a92401a2e23913e891bc, which is the latest at the time of written.
2) Clean the `React.Sample.Mvc4` project, and remo…
-
Hello,
I have followed the Webpack tutorial using a dotnetcore 2.0 app.
`ReactInvalidComponentException: Could not find a component named 'CommentBox'. Did you forget to add it to App_Start\Reac…
-
i am getting this error when trying to follow the Tutorial (ASP.NET MVC 5) , i have installed the following packages
React.Core (3.3)
JavaScriptEngineSwitcher.ChakraCore (>= 2.4.8) - restrict…
-
I'm currently trying to use React.NET Core to enable my minimal webserver implementation to deliver a react app. I don't use ASP or any other web framework.
I initialized everything as recommended …
-
Introduced by commit 18d6dbf9217bb58d741f23e2b8b11b446986df62
Running in a .NET hosted React environment it appears that `setTimeout` isn't available, which causes a runtime error. I had to downgra…
-
Would be interesting if it would run correctly on Linux. Current mono supports .net 4.7, so it should work. Compiling also works as Travis CI is actually running on Linux.
To take this further, it wo…
-
Hello, I am able to reference a .jsx file from a page when running in debug mode on my local machine. If, however, I switch to IIS Express in debug mode, I begin to notice 500 errors when inspecting …
-
Would it be possible to add 64-bit binaries of libespr.dll to the native folder? Our project needs > 2GB of ram, so it has to be built in 64-bit, but we'd like to interface with V8. We started with …
-
I'm pre-rendering some javascript server side in a current project, using ReactJS.NET which in turn relies heavily on JavaScriptEngineSwitcher.
Running the project from a host OS, I have no problem…