DEV Community

talentdev2020
talentdev2020

Posted on

Embedding React project to Wordpress

I am going to build a simple project with React.js +Wordpress.
The frontend will be built with React.js and the data will be saved in Wordpress as post.

I just want to know if it is possible to Reacts.js to Wordpress.
It is like emdbeding React.js to Laravel

Thanks

Top comments (2)

Collapse
 
dance2die profile image
Sung M. Kim • Edited

You might want to check out frontity.org/

You use React as frontend, WordPress as a headless CMS.

You can reach out to folks in dev.to/frontity (check out "meet the team" section)

Collapse
 
amiejah profile image
Amir Swaleh

Are you planning to create a React theme, or more like creating React components on some parts of your "regular" Wordpress theme?