gcorne / wp-react-boilerplate

Get started with using React in a WordPress plugin
129 stars 27 forks source link

Another boilerplate for WP React #13

Closed matzeeable closed 3 years ago

matzeeable commented 5 years ago

Hi!

I have used your boilerplate a long time ago. I liked the way of using React in WordPress. On the basis idea of your boilerplate I built a similar one: https://github.com/matzeeable/wp-reactjs-starter . It uses the latest technologies, I simply quote from the README.md:


Client-side features: Familiar React API & patterns (ES6)

Server-side features: OOP-style for building a high-quality plugin.


With the help of a global npm module https://github.com/matzeeable/create-wp-react-app it is possible to create a new plugin within one command:

$ create-wp-react-app create my-plugin

generate cli

I see your repositorys' last commit is 2 years ago. Perhaps you are interested linking to my repository in your README? :-)

Best regards, Matthew