What have you been using in your new PCF components? I've been using these and wondering what everyone else has been using. Are there any good sample components that use newer stacks?
react: 16.8.6, class components
pcf-react: 1.0.13
fluentui/react: 8.29.0
typescript: 4.8.4
mobx: 15.15.4 with decorators
mobx-react: 6.2.2
Has anyone been using Microsoft's new React Controls in production?
That's a lot of questions all rolled into one there...
Let's start with the "Microsoft's React Controls" question. This capability has been around for a while now, and until this post I didn't realized they'd changed its name (used to be called "virtual components"). But yes, lots of developers use this and it is a big help. For the most part, its impact on your code is minimal but its impact on maintainability and performance is huge. There are some exceptions there, of course, in that the structure fundamentally alters to returning a React component instead of adding one to the DOM which should be a non-issue most of the time, but occasionally (especially if you're trying to create a very dynamic UX that alters significantly over time during user interaction) you might prefer the direct DOM access that normal components allow.
Now to those individually listed components. I don't know about mobx but I'll address the others...
WarrenBelz
89
Most Valuable Professional
Michael E. Gernaey
72
Super User 2025 Season 1
mmbr1606
71
Super User 2025 Season 1