DEV Community

Discussion on: How to get all WordPress posts from the WP API with JavaScript

Collapse
 
jomuji profile image
José Mujica

Wow! this is great! can i do this in react?
in componentDidMount(){} i guess.

regards

Collapse
 
jackedwardlyons profile image
Jack Lyons

Sure if you wanna do this in react just pop it in a lifecycle hook. Let me know if you have any issues :)