Atlassian Jamstack App

screenshot of Atlassian Jamstack App
nextjs
react
styled-components

A Jamstack-based sample app for Jira Cloud, based on next.js. Compatible with Atlassian Connect and Atlassian Forge.

Overview

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.

Features

  • Performance, scalability, and developer productivity achieved through static frontends and distributed backends.
  • Easy migration between Atlassian Connect and Atlassian Forge platform.
  • Jamstack-based Connect apps fetch resources from CDN and invoke backends via Ajax calls.
  • Forge apps are deployed into Atlassian infrastructure, eliminating the need for developers to provide their own CDN or SaaS infrastructure.
  • Common APIs abstract away platform-specific integration points, allowing app's business logic to remain unaffected.

Summary

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.

nextjs
Next.js

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
React

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
Styled 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
Typescript

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.