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)
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)
Are you planning to create a React theme, or more like creating React components on some parts of your "regular" Wordpress theme?