From 098e410f254c020a46162b0064d9378833fc4691 Mon Sep 17 00:00:00 2001 From: Chung Leong Date: Wed, 12 Dec 2018 22:33:58 +0100 Subject: [PATCH] Update libraries-addons.md Relaks lets you create Preact components that implement renderAsync(), a method that returns a promise of a VNode. This permits the calling of asynchronous functions while rendering. --- content/about/libraries-addons.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/about/libraries-addons.md b/content/about/libraries-addons.md index d4bb9f8a7..5d35d422d 100755 --- a/content/about/libraries-addons.md +++ b/content/about/libraries-addons.md @@ -17,6 +17,7 @@ A collection of modules built to work wonderfully with Preact. - :raised_hands: [**preact-compat**](https://git.io/preact-compat): use any React library with Preact *([full example](http://git.io/preact-compat-example))* - :repeat: [**preact-cycle**](https://git.io/preact-cycle): Functional-reactive paradigm for Preact - :page_facing_up: [**preact-render-to-string**](https://git.io/preact-render-to-string): Universal rendering. +- :timer_clock: [**relaks**](https://github.com/trambarhq/relaks): Create components with render methods that return asynchronously. ### Components