3

I am new to SharePoint development, and in need to create a custom side panel (with React), when click on item of list view.

Is it possible to use React JS while developing SPFx extension?

2 Answers 2

1

Short answer to your question is Yes.

Even if it does not give you an option to choose the JavaScript framework while creating package, you can always install the dependencies and use React JS/Knockout or any other JavaScript framework for development of SPFx extensions.

References:

  1. SPFx Extensions Samples.
  2. SPFx List View Command Set Example using React JS (react-command-directions).
  3. Overview of SharePoint Framework Extensions.
  4. Using React Components In SPFx Extension Application Customizer.
1
  • Thanks! I already resolve the problem, i have tryed create the project with current version of yeoman, and in this version yeoman put a old version of gulp in the project. When a import react 16 this old version of this gulp request react in a wrong path. Commented Jan 16, 2020 at 11:31
0

I already solved the problem. When I tried to create the project with the current version of yeoman and in this version yeoman put an old version of gulp in the project. When he tried to import react 16, the old version of this gulp requested react in the wrong way. I solved this issue by developing my project into an existing spfx sample project available on spfx github

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.