Ahmad Jad AlhakProahmadjadalhak.hashnode.dev·Aug 25, 2024Improve SPFx Projects Using Custom Hooks for Enhanced Performance and ReusabilityReact Hooks represent the modern way of writing React applications. By adopting Hooks in your SPFx projects, you're not only improving your current development workflow but also future-proofing your codebase. As the React ecosystem continues to evolv...Discuss·48 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