Introduction – react-router React-router is the most popular routing solution for applications made in React. It is a collection of navigational components that compose declaratively with your application. Bookmarkable URLs, history, customizable navigation links and quite a few other features come with it. I had a need to learn more about react-router v4 so I […]
Continue readingIntroduction 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 reading