简体   繁体   English

有什么方法可以将使用 npm 的 React 集成到 SharePoint 2016 插件中

[英]Is any way to integrate React using npm into SharePoint 2016 add-in

I want to integrate react in SharePoint add-in I have tried with direct cdn react-dom links but I want to integrate via NPM so I can use many shared react components and library.我想在 SharePoint 插件中集成 react 我已经尝试使用直接 cdn react-dom 链接,但我想通过 NPM 集成,这样我就可以使用许多共享的 react 组件和库。

As far as I know, no, addin is a project based on .net.据我所知,不是,addin是基于.net的项目。 You can try to use SPFX, although the version of SPFX supported by SharePoint 2016 is relatively low.可以尝试使用SPFX,虽然SharePoint 2016支持的SPFX版本比较低。 在此处输入图像描述 在此处输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 有没有办法在反应类型脚本中为外部 npm 包添加额外的类型? - Is there any way add extra type for external npm packages in react type script? 有没有办法在 React Outlook 插件中使用 ES6 语法? - Is there a way to use ES6 syntax in a React Outlook Add-in? 有什么方法可以使用react-leaflet添加MultiPolyline组件吗? - Is there any way to add MultiPolyline component using react-leaflet? 如何将ReactJS应用程序嵌入到SharePoint插件中 - How to embed ReactJS app into SharePoint add-in 使用 Visual Studio 2019 创建 React + Typescript 加载项 - Creating a React + Typescript add-in using Visual Studio 2019 使用 google-maps-react npm Packaging-- 有没有办法点击地图来添加标记? - Using google-maps-react npm packing-- is there a way to click on the map to add a marker? 如何调试React插件 - How to debug a React add-in 有什么方法可以避免在 React 应用程序的页面加载时加载 npm 包 - Is there any way to avoid loading npm packages on pageload of React application 有没有其他方法可以在 React 中为组件添加属性? - Is there any other way to add attributes to a component in React? 有没有办法在“react-pdf”中添加表格? - is there any way to add table in "react-pdf"?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM