Introduction to the SPFx GitHub Repository
Welcome to the SPFx GitHub repository! This repository is dedicated to a series of technical articles and resources focused on SharePoint Framework (SPFx) and related technologies. Whether you are a beginner or an experienced developer, this repository aims to provide valuable insights and practical examples to enhance your development skills.
https://github.com/eguimaraes/spfx
Repository Structure
The repository is organized into the following main sections:
/spfx-articles
├── /articles
│ ├── 01-introduction-to-spfx.md
│ ├── 02-using-fluent-ui-with-spfx.md
│ ├── 03-creating-web-parts-with-spfx.md
│ └── ...
├── /images
│ ├── example1.png
│ ├── example2.png
│ └── ...
└── README.md
Description of Each Directory
/articles: This directory contains the articles in the series. Each file is a Markdown document that discusses a specific topic related to SPFx and associated technologies. The articles cover a range of subjects, from introductory concepts to advanced implementation techniques./images: This directory stores images used in the articles to better illustrate concepts and provide visual aids for the readers.README.md: This file, which you are currently reading, provides an overview of the repository and information about the article series.
Article Series
The article series covers the following topics:
- Introduction to SPFx: An overview of the SharePoint Framework and its features.
- Using Fluent UI with SPFx: A guide on how to leverage Fluent UI components in your web parts.
- Creating Web Parts with SPFx: A step-by-step tutorial for creating custom web parts.
For a complete list of articles, visit my blog: Edvaldo Guimarães Blog
How to Contribute
If you would like to contribute to the series of articles, please follow these steps:
- Fork this repository.
- Create a new branch:
git checkout -b feature/new-article
- Make your changes.
- Commit and push:
git push origin feature/new-article
- Open a pull request.
Make sure your code follows the existing style and includes appropriate tests.
Additional Resources
For more information on the technologies covered in this repository, check out the following links:
License
This project is licensed under the MIT License. See the LICENSE file for more details

Leave a comment