Create a WordPress plugin that uses a React App
In this post I’ll describe how to create a simple Hello World plugin that gets its content from React. The WordPress plugin will use a shortcode to generate its content from a React App ( the React App is built / bootstrapped using the Create React App cmd line tool ). Prerequisite: I will presume … Read more