DEV Community

Cover image for WordPress in React Native: Integration using the Rest API
Adrian Twarog
Adrian Twarog

Posted on

WordPress in React Native: Integration using the Rest API

WordPress data can be put into React Native by using the WordPress Rest API with JSON objects. It's simple to set up and can allow you to display the latest news, blogs, categories or even custom post types.

This video will get you up and running, show you how data can be pulled into React Native, and displaying it. It will also cover some important aspects like storing data with AsyncStorage and using MobX to hold the data in a store.

  • Installing Axios
  • Pulling data from WordPress
  • Saving it to a store in MobX and AsyncStorage
  • Displaying it in the mobile application

Top comments (0)