devowlio / wp-react-starter

🚀WordPress Plugin Boilerplate using modern web techs like TypeScript, SASS, and so on... on top of a local development environment with Docker and predefined GitLab CI for continous integration and deployment!
https://devowl.io/wp-react-starter/
Other
387 stars 51 forks source link

Feature suggestions #20

Closed drwatsoncode closed 4 years ago

drwatsoncode commented 4 years ago

First of all, thank you for all your hard work putting this project together. It is a wonderful collection of tools and technologies.

I am experienced with React, but new to WordPress, and there are some features I expected to find in this starter that are either absent or that I have not been able to find (perhaps due to my inexperience with WordPress).

Thank you so much again for your great project. I would very much appreciate if you could clear up my confusion on a few of the issues above. Thanks!

matzeeable commented 4 years ago

Hi @drwatsoncode !

Thanks for your comment and feedback. We have worked hard on this project since a few month and released finally a complete rewrite of the boilerplate. If you want to checkout: https://devowlio.gitbook.io/wp-react-starter/ 🙂

Are you already using the boilerplate?

If you are already using the boilerplate you need to manually migrate to the boilerplate. Since the building process of the plugin itself is still the same you need to migrate your PHP and JS coding. JS should be moved to TypeScript as it is is more maintainable and scalable.

Best regards, Matthew

matzeeable commented 4 years ago

Closed due to inactivity. Please reopen.