Tag: rest-api

  • REST API Performance with Jonny Harris

    I am on this month’s Headless WP Podcast. We talk about performance, scaling and the REST API. Really interesting conversion.

  • Getting gutenberg block data in the REST API

    Getting gutenberg block data in the REST API

    WordPress core added the block editor in version 5.0.0, changing fundamentally how WordPress stores and displays elements in post (page) content. The block editor, named gutenberg, is written using react and uses the WordPress REST API to interact with data in WordPress. So you maybe forgiven to believe that it would then be easy to…