It looks like backbone.js is the client side library for making calls to the WP REST API. The documentation shows how to have WordPress add that library to the page but there are many apps that use WordPress as a CMS.
Could a section be added on how to separate and use the library in an external application or client?
Consider the use case where Morgan is making a mobile app but wants to display the blog posts in that app. He wants to use JS library independently to get those posts and allow users to comment from the app.
It looks like backbone.js is the client side library for making calls to the WP REST API. The documentation shows how to have WordPress add that library to the page but there are many apps that use WordPress as a CMS.
Could a section be added on how to separate and use the library in an external application or client?
Consider the use case where Morgan is making a mobile app but wants to display the blog posts in that app. He wants to use JS library independently to get those posts and allow users to comment from the app.
https://developer.wordpress.org/rest-api/using-the-rest-api/backbone-javascript-client/