squirrellyjs / squirrelly-docs

The new docs website for Squirrelly v7 and v8
https://squirrelly.js.org
2 stars 4 forks source link

docs/syntax/async/ #29

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

Async Helpers & Filters | SquirrellyJS

Squirrelly supports optional async support using the async and await keywords (to support ES5 and lower, use a plugin or transpiler).

https://squirrelly.js.org/docs/syntax/async

jdwuarin commented 3 years ago

You'll also need to use async: true in the options passed when rendering as per: https://squirrelly.js.org/docs/learn/async/