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 […]
In SharePoint 2010, SharePoint Site Pages does not exist so when you migrate your content database to a newer version of SharePoint, it is advisable to move your default.aspx to the site pages. To be able to do this, you will need to login to the site using SharePoint designer and go to “All files” […]
There will be a time that an Organization/Company will migrate it’s SharePoint On-premise to SharePoint Online. One of the errors that you might encounter is the List Web Part not able to see the SharePoint list. One of the reason why this happens is that the id of the list/GUID is not the same as […]
This article will walk you through on how you can add and use JQuery on you SharePoint Framework web part. To get things started: Open your SPFx project using Visual Studio Code. Open up a terminal and execute the following commands: npm i jquery npm i @types/jquery After executing the commands, open up your web […]
On this post, we will talk about how we can create an SPFx package using Azure DevOps Pipeline When you create a new pipeline, select “Other Git”. Select “Azure Repos Git” as the source and then select where the project is located. Click on the “Continue” button Click Empty job when selecting a template Before […]
In this article, we will be discussing on how to create a React SharePoint WebPart using SPFX. Setting up your environment First thing you will need is to setup your environment, you will be needing to install the following: Node.js v8.x and Node.js v10.x This are the versions supported for creating an SPFX project Install […]