How to Develop a WordPress Plugin Using Webpack 3, React and the REST API (part 2)
This is article 2 of 2 in the series “How to Develop a WordPress Plugin Using Webpack 3” Have you ever wondered how to get React working with the WordPress…
A collection of resources for WordPress Developers, written and curated by experts
This is article 2 of 2 in the series “How to Develop a WordPress Plugin Using Webpack 3” Have you ever wondered how to get React working with the WordPress…
Last year I wrote a blog post comparing the performance of using admin-ajax.php and the WordPress REST API, and found that the REST API was about 16% faster than using…
Since the introduction of the WordPress REST API, many plugin developers have started converting their plugins to use the REST API instead of the older AJAX API (admin-ajax.php). Aside from…
After attending the Day of REST conference a couple of weeks ago I was inspired to dive in to the WordPress REST API and test it out. On the day…
This is article 3 of 3 in the series “WP REST API” WordPress 4.4 is set to be released in the next couple of weeks, and is bringing with it…