Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 231 Bytes

File metadata and controls

10 lines (7 loc) · 231 Bytes

Using React with WordPress REST API

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

npm install
npm start