Setting up an SPFx development environment can be tricky. Here’s my step-by-step guide to avoid common pitfalls. Prerequisites Node.js 10.x (not 12.x yet – compatibility issues) Visual Studio Code Office 365 developer tenant Installation VS Code Extensions SPFx Snippets ESLint Prettier Azure Account (for deployments) Create First Project Common Issues Node version mismatch: Use nvm […]
Read more →Month: February 2019
React Fundamentals: Components, Props, and State
I finally bit the bullet and learned React properly. After years of jQuery and some Angular, React’s component model took some getting used to. Here’s what clicked for me and might help other backend developers making the transition. Components: The Building Blocks Everything in React is a component. Think of them like C# classes that […]
Read more →