React inside WordPress: Extend your existing website using React-based Web Components

J Hinter
5 min readFeb 2, 2020

In this article, I’m going to show you how to create a Web Component. Our widget will be based on React and can be seamlessly integrated into any website and CMS, like WordPress, with only two lines of code! 💪

Best of both worlds: React (frontend framework) and WordPress (CMS)

Prerequisites: You should have some basic understanding of React with TypeScript and web development in…

--

--