When is your site not built with the JAMstack? Is it a site built with a server-side CMS like WordPress? No, I’d like to share some idea about front end and back end to bring JAMstack to the world’s most popular CMS.
D I G I TA L C U B E C U S T O M E R S U C C E S S M A N A G E R - W O R D C A M P T O K Y O 2 0 1 9 M E M B E R S E I J I A K AT S U K A T W I T T E R @ S E I J I A K AT S U K A
JAM IN THE STACK? Any dynamic programming during the request/ response cycle is handled by JavaScript, running entirely on the client. This could be any frontend framework, library, or even vanilla JavaScript. All server-side processes or database actions are abstracted into reusable APIs, accessed over HTTPS with JavaScript. These can be custom-built or leverage third-party services. Templated markup should be prebuilt at deploy time, usually using a site generator for content sites, or a build tool for web apps.
There are many ways to bring JAMstack to WordPress. What: JAMstack refocus the server side dynamic rendering to client side dynamic rendering via JavaScript and APIs. CONCLUSION