How to Add a React App to WordPress Pages

popEating
JavaScript in Plain English
5 min readJan 18, 2022

--

Sometimes, it could be useful to embed a React app in a WordPress page (a multistep survey, a weather app, a booking system, an external data source, examples are countless). This is perfectly doable, but it can be tricky, due to the React implementation in WordPress.

Since version 5 (the advent of Gutenberg), WordPress includes React and let the developers access it via an abstraction layer…

--

--