Nitesh Singhspfxdev.hashnode.dev·Nov 15, 2024Avoiding Performance Pitfalls in SPFx Development: How to Keep Your SharePoint Customizations Fast and Efficient 🚀Performance is critical for user experience in SharePoint Framework (SPFx) applications, where slow load times can lead to user frustration and reduced productivity. For developers customizing SharePoint, managing performance is an ongoing challenge....DiscussAvoid These Common SPFx Development Pitfalls in SharePoint CustomizationSharePoint
Sandeep P SforMicrosoft365 Blogsthesnippetguy.hashnode.dev·Nov 12, 2024🚀 Setting Up Tailwind CSS and shadcn/ui for SPFx ProjectsSetting up Tailwind CSS and Shadcn in a SharePoint Framework (SPFx) project may seem challenging, but I’m here to guide you through each step! We’ll start by setting up Tailwind CSS with PostCSS and Gulp, then add Shadcn components to give your SPFx ...Discuss·10 likes·54 readsTailwind CSS
Ahmad Jad AlhakProahmadjadalhak.hashnode.dev·Oct 6, 2024Step-by-Step Guide to Building a React QuickView with Adaptive Card Extensions in SPFx 1.20With the release of SPFx 1.20, developers now have greater flexibility when building Quick Views in Adaptive Card Extensions (ACE). The new update allows you to use HTML, React, or any front-end framework of your choice, moving beyond the limitations...Discuss·3 likes·150 readsViva Conenctions: Mastring Adaptive Cards Extensions (ACEs)SPFx 1.20
$€®¥09@Prospfx-app.dev·Apr 12, 2024How to check whether the scheduling page feature is enabled in SPFxIn my current project, I have to find out if the "Schedule" feature for communication pages is turned on. Honestly, I'm not sure if my method, which I'm sharing here, is the correct or supported way because I haven't seen any other methods online. If...Discuss·86 readssPfx
$€®¥09@Prospfx-app.dev·Dec 1, 2023How to create a Microsoft Fluent UI Searchable Dropdown Component with reactThe Fluent UI dropdown component provided by Microsoft is good. But unfortunately it does not support to "search" for items from the list. In this post, I will describe how to create a custom React component with the ability to filter the dropdown co...BBS Tester and 1 other are discussing this2 people are discussing thisDiscuss·3.7K readsfluentui
$€®¥09@Prospfx-app.dev·Sep 7, 2023SPFx SharePoint Development: Quickly Generate List-Based Models Using a Single CommandIn a recent post, I shared my CLI @spfxappdev/cli which has some awesome features. Many of these features come from my other posts, like "My personal tips how to configure a SPFx project after creation" Today I published a new version of the CLI, v1....Discuss·636 readssPfx
$€®¥09@Prospfx-app.dev·Aug 28, 2023My CLI for SPFx developmentIn my last post, I gave some personal tips on how to configure an SPFx project after it is created. And in that post, I mentioned a command-line interface (CLI) I am working on. And now I have released the first version with full documentation. UPDA...Discuss·288 readssPfx
$€®¥09@Prospfx-app.dev·Aug 24, 2023My personal tips how to configure a SPFx project after creationIt is very easy to create a new SPFx project and you can find a lot of posts about it. One of these posts is, of course, the one from Microsoft. But what should you do after the "empty" project is created? I will describe what I personally do after I...Discuss·1 like·1.4K readssPfx
$€®¥09@Prospfx-app.dev·Apr 13, 2023New version of password vault webpart was releasedAlmost a year ago I released my "Simple password vault" webpart. Actually, it was only meant for a single username and password. If it should be more, you could have used the notes field. After I presented it once in the PnP community call, I also pr...Discuss·307 readsSharePoint
$€®¥09@Prospfx-app.dev·Feb 9, 2023Using pnpm in SPFx projectsTypically, an SPFx Project is scaffolded via yo and using the yo @microsoft/sharepoint command. By default, all required node packages are installed using npm as the package manager. But you can also use other package managers like yarn or pnpm. I do...Discuss·1.1K readssPfx