Chart.JS is a charting tool that has all essential charts and it’s easy to implement. Now that we have created a new React Component on the previous blog. We will now render a line chart using Chart.JS. First thing that we’ll need to do is to install the Chart.JS dependency using npm commands: Wait for […]
On the previous blog, we have discussed on how to create an ASP.Net Core Project with React JS. Now that we know how to create a project, we will now go ahead and create a new Component to the project. To get started, go to the “Components” folder and add a new JS file. On […]
This post will show how to create an ASP.Net Core Project with React JS. Please be reminded that you will need to have .Net Core 2.0 and up to be able to have the template to create a project with React. To begin with, open up you Visual Studio, then create a new project and […]