Skip to content

sunilshetty07/ReactSPFx

Repository files navigation

react-sp-fx

Summary

for more information refer the below URL. https://mspowerplatformtips.blogspot.com/2025/09/getting-started-with-react-spfx-crud.html

Used SharePoint Framework Version

version

Applies to

Get your own free development tenant by subscribing to Microsoft 365 developer program

Prerequisites

Any special pre-requisites? React – Front-end framework for building UI

Fluent UI (@fluentui/react) – Microsoft-styled UI components (DetailsList, TextField, Buttons, etc.)

Reactstrap (reactstrap) + Bootstrap (bootstrap) – Layout and responsive grid (Row/Col)

PnPjs (@pnp/sp, @pnp/common, @pnp/logging, @pnp/odata) – CRUD operations and list data handling in SharePoint

SPFx React Controls (@pnp/spfx-controls-react) – Property pane controls like list dropdown

Solution

Solution Author(s)
folder name Author details (name, company, twitter alias with link)

Version history

Version Date Comments
1.1 March 10, 2021 Update comment
1.0 January 29, 2021 Initial release

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.


Minimal Path to Awesome

  • Clone this repository
  • Ensure that you are at the solution folder
  • in the command-line run:
    • npm install
    • gulp serve

Include any additional steps as needed.

Features

Description of the extension that expands upon high-level summary above.

This extension illustrates the following concepts:

  • show all sharepoint items
  • insert new item
  • update existing item
  • delete item
  • search item

Notice that better pictures and documentation will increase the sample usage and the value you are providing for others. Thanks for your submissions advance.

Share your web part with others through Microsoft 365 Patterns and Practices program to get visibility and exposure. More details on the community, open-source projects and other activities from http://aka.ms/m365pnp.

References

#SPFx webpart CRUD operations with search list items alt text