Integration with JavaScript

This document introduces how to use microCMS with JavaScript.
As a prerequisite, it is generally recommended to use JavaScript in combination with a web application framework. The reason is that these frameworks incorporate routing and caching mechanisms, which can reduce the considerations developers need to take into account.
For tutorials using JavaScript frameworks, please refer to the following.
Using microCMS Without a Framework
For simple embedded requirements, it is possible to use microCMS without a framework.
When using microCMS with JavaScript without a framework, it is common to choose a method that operates from the browser (client).
On the other hand, there is also the option to use Node.js, which allows JavaScript to be executed on the server.
This document introduces each of these methods in order.
SDK
The microCMS JavaScript SDK is distributed via npm.
The source code is also managed as open source on GitHub. Anyone can create Issues and Pull Requests.
