Worüber bloggt Österreich? In der Blogothek könnt ihr die aktuellsten Beiträge der Österreichischen Blogs durchsuchen. Derzeit befinden sich Blogartikel zum Thema spfx in der Blogothek, die natürlich immer direkt auf eure Blogs verlinken. Es sollte euch also mehr Traffic & neue Leser bringen! Stöbern und Neues entdecken, in der Blogheimat Blogothek!
Möchtet ihr nicht hier erscheinen? Einfach unter "Blog verwalten" die Blogothek Sichtbarkeit auf nein stellen.
Blogbeiträge zum Thema spfx

Modern Script Editor Webpart

Oft kommt es vor, dass bei einer Migration von SharePoint 2013/16 zu SharePoint 2019 oder SharePoint Online bestehende Lösungen übernommen werden sollen. Kein Script Editor Webpart für Modern Pages Einige dieser Lösungen wurden im Scipt Editor Webp...
CloudDevelopmentCodingDigitaler ArbeitsplatzMigrationUpgradeMust-HaveOn-PremisesSharePoint 2019SharePoint OnlineSPFxToolBotAppAdd-In
Tips and Tricks working with SPFx library components

SharePoint Framework library components allow you to use the same library in multiple web parts and extensions. This article gives you some ideas how to make working with this new type easier.
Microsoft 365Office 365 DevelopmentPattern and PracticesSharePointSPFXCDNlibrary componentsnpmnpm packagesSPFxSPFx DevelopmentTooling
Optimize your SPFx projects with React.lazy

The more web parts exist in a single project, the slower the build task become and all the code in the project will be compiled at once, instead of smaller incremental builds. Technical possible but
Office 365 DevelopmentSharePointWeb DevelopmentBuldDevelopment PatternsgulpOptimisationReactJSSPFxwebpackSPFx – Reference Webpack configuration – Web Part

The following configuration shows the webpack.js generated during the build process of a SPFx Hello World wep part. References to fixed path in the generated webpack config were replaced with the
SPFXconfigurationSharePoint DevelopmentSPFxwebpack
Microsoft Teams vollautomatisch erstellen

Microsoft Teams begleitet uns ja schon länger und es wird auch immer mehr von unseren KundInnen für die Abwicklung von Projekten eingesetzt. Demnach war es eigentlich nur eine Frage der Zeit, bis ein Kunde die Erstellung eines Teams von der IT-Abteil...
AllgemeinAzureAzure FunctionsCloudMust-HaveSharePoint OnlineSPFxTeamsGroupsAutomatisierungMS Teams
PnP/SPFx 1.9.0 released – What’s new? What’s changed?

Upgrade to SPFx 1.9.1 Angular v6, v7 support added SPFx-uifabric-themes add-on added TypeScript support for 2.9, 3.0, 3.1, 3.2, 3.3, 3.4, 3.5 Support for library component
PnP/SPFxSPFX@microsoft/sharepointAngularAngular ElementsOffice365 CLIPattern and PracticesSharePointyeomanYeoman generator
SPFx-uifabric-themes v0.7.0 released aka SPFx-uifabric-themes AliceBlue

- SASS extended support for theme variables - CSS Variable update to support latest slots - TypeDefinition for Office UI Fabric themes
Office 365 DevelopmentPnP/SPFxCSSCSS VariablesDevelopmentOffice 365Office UI FabricsassToolsTypeScript
Single Part App Pages

Mit Single Part App Pages hat man die Möglichkeit SharePoint Framework Webparts oder Teams Apps auf einer Seite mit gesperrtem Layout anzuzeigen. (aktuell ist diese Funktion nur in SharePoint-Online verfügbar) Was genau bedeutet das? Der Endbenutzer ...
AllgemeinCloudDevelopmentCodingDigitaler ArbeitsplatzScriptingPowerShellSharePoint OnlineSPFxUser Interface (UI)
Declutter the console log output in SPFx projects

If you try to log something in your SPFx project, it can be tough to find your console.log messages. SharePoint Framework, in that sense, is chatty. Chatty SPFx console in SPFx projects So
Office 365 DevelopmentSPFXWeb DevelopmentDebuggingSPFxSPFx Web Development