Author

Mel Paisley

[guest author fields > title]


Warning: Undefined array key “carousel” in /srv/users/atlassian/apps/atlassianstaging/public/wp-content/plugins/curator/dist/feed/render.php on line 68

Warning: Trying to access array offset on value of type null in /srv/users/atlassian/apps/atlassianstaging/public/wp-content/plugins/curator/dist/feed/render.php on line 68

A Deeper Look at Hooks in Forge

Introduction In an earlier blog, I briefly discussed UI Kit Hooks, and the useState hook in relation to calling, and displaying the results of an async function from a Forge App. This blog will dig in deeper to uncover what hooks are, how they are used and some of the differences between how hooks work […]

A brief introduction to using async functions in Forge

You just tried making an API call into your first Atlassian Forge App, but now it won’t build and it’s displaying an error, or the data being returned isn’t what you expect.

Preventing cross-site scripting (XSS) attacks

Cross-site scripting (XSS) is a type of security vulnerability found in web-applications. Atlassian Cloud apps are web-apps and are not immune. Learn how to prevent XSS vulnerability in your cloud apps.