- Home
- .NET code examples
- Integrate SignalR inside a React app
Integrate SignalR inside a React app
Software
- Node.js. version 10.16.3 or above.
- Visual Studio 2019. Version 16.8.4 or above. It will work with the free community version.
- SQL Server 2017, or above.
- .NET 5.0 SDK, or above.
Get The Application Working
- Fill out the code example form. We will send you an email where you can download the source code.
Install Yarn
npm install -g yarn
Open the Project in Visual Studio
RoundTheCode.ReactSignalR.sln in Visual Studio.
clientapp folder.
npm install
yarn build:iis
https://localhost:7000/clientapp.
Integrating SignalR with a React application.
More Information
You can read our Using SignalR in ASP.NET Core & React to Send Messages article for more information on this subject.
Give us your anonymous feedback regarding this page, or any other areas of the website.
Watch .NET tutorials
Subscribe to our YouTube channel
Related code examples