I’m diving into developing plugins for WordPress and am really interested in incorporating React JS. I’ve seen some cool interactive features powered by React, but I’m not entirely clear on how to start integrating it into WordPress plugins.
* **Viability:** Is using React in WordPress plugins straightforward, or are there significant obstacles I should be aware of?
* **Educational Materials:** For those of you who have experience with this, what resources did you find invaluable when you were starting out? I’m on the lookout for easy-to-follow tutorials or example projects.
* **Advice:** Any best practices or common issues to watch out for? Any tips on how to set things up smoothly would be greatly appreciated.
Looking forward to your insights and thanks a lot in advance!
[ad_2]
You can use Gutenberg which is React based for the editor part. But for the server side part PHP is still required if you need custom code.