Introduction In one of the last posts, we saw how we can make a simple chat with ASP.NET Core SignalR and Angular 5. This time, we will use the same code from the backend and swap Angular with React on the frontend. There is also a post about making a simple SignalR app with pure […]
Continue readingIntroduction In one of the previous posts, we saw how we can make a simple chat with ASP.NET Core SignalR. It takes about 5-10 mins for someone who is familiar with the environment and ASP.NET Core. Or even less. The example was done using ASP.NET Core SignalR and Razor Pages. If you are wondering what […]
Continue readingUpdate The code has been updated to use latest SignalR – 6 which works with ASP.NET Core 6 Link to GitHub repository: https://github.com/Ibro/SignalRSimpleChat Angular 5 version: here React.js version: here Introduction In the last post, we briefly mentioned what SignalR is all about and talked about the history of the SignalR. In this post, […]
Continue readingIntroduction In the first post of RxJS series we talked about reactive programming and benefits or RxJS. Second post covered Observable and how we can effectively use and manipulate Observables. After that, in third post we tried to get familiar with RxJS operators. We tried to briefly cover the error handling subject in the fourth […]