React.NET icon indicating copy to clipboard operation
React.NET copied to clipboard

.NET library for JSX compilation and server-side rendering of React components

Results 110 React.NET issues
Sort by recently updated
recently updated
newest added

Hi, I'm having the exact same issue as https://github.com/reactjs/React.NET/issues/768 exact same behavior, Im not able to make this work. I followed all the instructions on the tutorial. I have tried...

https://github.com/reactjs/React.NET/blob/6d5bdb03157798e661900f895729496c0ffd9570/src/React.AspNet.Middleware/AspNetFileSystem.cs#L44 Use ContentRootPath if WebRootPath is null - if both are null, then throw Some applications use react ssr, server react components through API's without a wwwroot folder, and some...

![Screenshot 2021-03-18 at 6 08 08 PM](https://user-images.githubusercontent.com/73093875/111627280-e6553780-8814-11eb-8fd2-b1fbb048269d.png) code i used : import ReactDOM from 'react-dom'; import React from 'react'; const App= () =>( Hello first React project ) ReactDOM.render(,document.getElementById('root')) error...

### Please verify these steps before filing an issue, and check them off as you go - [x] The relevant native JavascriptEngineSwitcher library packages are installed (such as `JavaScriptEngineSwitcher.V8.Native.win-x64`) -...

Help Wanted

I created a ReactJS.NET project using the reactnet-webpack template, then upgraded it from React 16 to the latest v18. However when I try to run the out of the box...

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,...

Sorry for asking. We've had issues using ReactJS on MVC .NET4.8 Getting strange errors like `React Dom already delcared` ,`Cannot read properties of null (reading 'useState')]`, `Please expose version of...

import React from 'react'; import Video from './components/Video'; function App() { let subscription = [ { id: "1", date: new Date('2021', '03', '15'), Title: "Monthly Subscription", amount: "1325.60" }, {...

### Packages React.Web.Mvc4 along with Core and web JavaScriptEngineSwitcher.V8 JavaScriptEngineSwitcher.V8.Native.win-x64 JavaScriptEngineSwitcher.Core Microsoft.ClearScript.V8 Microsoft.ClearScript.V8.Native.win-x64 ### Runtime environment: - OS: Windows 11 x64 - .NET Framework 4.8 (Describe your issue here) [TypeLoadException:...

Bumps [minimist](https://github.com/minimistjs/minimist), [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long...

ignore this dependency update
javascript