Chapter 12: Enriching Your Dev Experience
In the previous chapters, we learned about the process of creating a complex dataset and looked into more advanced features provided by the framework. In this chapter, we will learn about features that are not provided by the framework but are part of modern web development. We will learn how to use Prettier and Lint, setting up a testing framework, using React and Fluent UI to build a code component. By the end of the chapter, you should be able to set up your PCF project with these features, which will enhance your development experience.
In this chapter, we are going to cover the following main topics:
- Using Lint and Prettier
- Setting up a testing framework
- Using React and Fluent UI to build code components