A Jamstack-based sample app for Jira Cloud, based on next.js. Compatible with Atlassian Connect and Atlassian Forge.
The article discusses the use of Jamstack architecture with Atlassian ecosystem to achieve performance, scalability, and developer productivity. It explains the differences between Jamstack-based Connect apps and Forge apps, and how they interact with the CDN and backends through Ajax calls.
To install the theme, follow these steps:
git clone <repository-url>.cd <project-directory>.npm install.npm start or yarn start.The article discusses the use of Jamstack architecture with Atlassian ecosystem, specifically Atlassian Connect and Atlassian Forge platform. It explains how Jamstack-based apps fetch resources from CDN and interact with backends through Ajax calls. The article also highlights the benefits of using Forge apps in Atlassian infrastructure, eliminating the need for developers to provide their own CDN or SaaS infrastructure. Overall, the article provides insights into leveraging Jamstack architecture in the Atlassian ecosystem for improved performance and scalability.