The WordPress REST API is a really awesome way to get WordPress content in the JSON format so you can use it in a JavaScript-driven interface. Normally, this means that your page loads without any content included and then you make an AJAX request to the server for the content as JSON, and render it on the page.
Read Full Tutorial