React.JS based plugin
-
Hello

I started working on new extension for WordPress.It is simple project where I am using React.JS + Typescript and some React libraries like MUI, styled-components etc. Whole React project is bundled with Vite, and produces only
dist/bundle.jswhich is pure minified javascript code.dist/bundle.jscode is used in main file of pluginmy-extension.phpsimilar to this plugin
https://ww.wp.xz.cn/plugins/react-wp-admin/
https://github.com/dym5-official/react-wp-admin/tree/mainQuestion 1. Is it allowed according to WP’s regulations, especially #13 https://developer.ww.wp.xz.cn/plugins/wordpress-org/detailed-plugin-guidelines/#13-plugins-must-use-wordpress-default-libraries
to create such plugins and publish them in the wordpress plugin store https://ww.wp.xz.cn/plugins/?I am analyzing #13. Plugins must use WordPress’ default libraries, and I think the title of #13 is misleading.
Question 2. Do WP regulations allow a plugin that uses React.js to be published in the WP plugin store?
The topic ‘React.JS based plugin’ is closed to new replies.