
@spfxappdev/cli Version 2.0.0 is Here
I am very excited to announce that version 2.0.0 of the @spfxappdev/cli is officially released. While there are a few smaller updates under the hood, this major release focuses on one very important b
Search for a command to run...

I am very excited to announce that version 2.0.0 of the @spfxappdev/cli is officially released. While there are a few smaller updates under the hood, this major release focuses on one very important b

I'm currently developing a custom SPFx Application Customizer to replace the standard SharePoint footer. A key requirement for my custom footer was to include a logo, but I didn't want to use a static, hardcoded image. Instead, my goal was to dynamic...

Have you ever needed a simple drag-and-drop sorting feature in your React app, but got overwhelmed by large libraries with unnecessary features? If you're like me, especially when working on SPFx projects, you just want users to rearrange list items—...

In 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...

Before you deploy your application, you usually want to debug or test it. During development, you need to add ?loadSPFX=true&debugManifestsFile=https%3A%2F%2Flocalhost%3A4321%2Ftemp%2Fmanifests.js to the URL to test your solution. If you're working ...

The 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...

In 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....

If you are a developer who works with npm, you probably have seen the package.json file in your project. This file contains information about your project and its dependencies. One of the most important fields in the package.json file is the version ...

In 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...