Copy of Snippet "Performance Example"

Example of parent triggering a re-evaluation of variables in the child snippet

{formtext: name=Input in parent}

{import: /subperformance}

the subsnippet: Copy of Snippet "Performance SubSnippet One"

{urlload: https://dummyjson.com/products/1; done=(res) -> ["image": fromjson(res).images[1]]}

{=substring(upper(reverse(image)), 1, 10)}