
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.
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.

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Styled Components is a popular library for styling React components using CSS syntax. It allows you to write CSS in your JavaScript code, making it easier to create dynamic styles that are specific to each component.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.