Using React with WordPress REST API
- react
- react redux
- wordpress & react
- wordpress api
Table Of Contents
This example calls the demo WordPress REST API using React and React Redux to display a list of posts.
You can then click on any of the posts to see the content.
Preview: https://bronsondunbar.github.io/using-react-with-wordpress-rest-api/
Get code: https://github.com/bronsondunbar/using-react-with-wordpress-rest-api
npm install npm start
Leave a Reply