GET IN TOUCH
+91-62843-00850
+1-732-668-8002
info@penthara.com
LOCATIONS
India
SCO 515, Third Floor
Sector 70, Mohali
Punjab, 160055
USA
651 North Broad Street
Suite 206
Middletown, DE 19709
Follow Us on Social -

Category:

CSS
How to implement CSS in SPFx in different ways

There are a couple of ways to add CSS into HTML within SPFx solution and in this article, you are going to learn how to do in different ways and advantages and disadvantages of using those ways. You will learn what CSS is and most importantly how to add dynamic classes in SPFx solution.

Read More
Exploring advanced customizations of react-table component within SPFx solution

Learn how to customize react-table within SPFx solution. In this blog post we have covered some advanced customizations and configuration options like conditional rendering of table data, adding hyperlink to table row, making a single cell clickable in a row, and maintaining pagination with react-table.

Read More
Quickly work with SharePoint API calls with Postman

Overview SharePoint APIs are used in various platforms to perform basic as well as complex actions. Two places where these APIs are used vigorously are: SPFx Solutions Power Automate Custom Applications The challenge faced while developing these solutions is that, there is no easy and quick way to test or execute these API calls in […]

Read More
Different use case scenarios of useEffect in SPFx React solutions

What is useEffect in React UseEffect is a hook in react which was created to be used in a functional component. useEffect hook can be used in different scenarios depending on our need i.e. it can provide lifecycle functionality of class component as componentWillMount or componentDidMount. For more detailed information you can refer to the […]

Read More
Getting started with Redux in SPFx solution with React Framework

Brief of react and redux: Redux is a framework that is responsible for managing the state for most of the popular front-end frameworks, such as React, Angular, etc. You can build web parts using any of the frameworks using redux. (Insert basics of redux) In this post, I will walk you through how to use […]

Read More
Major Pitfalls to avoid while working with SPFx Solutions

When building SharePoint Framework solutions, you can use CSS to define how your customization should look and behave. When building SharePoint customizations using CSS, you can change the layout of the page. Microsoft itself has its own recommendations for working with CSS in SharePoint Framework solutions which you should read from here. Sometimes when working on […]

Read More