Currently, the Okta-react SecureRoute component has a compatibility issue with react-router-dom 6. To fix this issue you will need to implement your own SecureRoute component. The following steps will help you implement your own Okta-react SecureRoute Component. On your project create a new component, SecureRoute, and paste the following code: After creating the SecureRoute component, […]
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 […]