From 7d2dee13c8a457688fe72d9facfab2c1f4ffe41f Mon Sep 17 00:00:00 2001 From: Albert G Date: Wed, 10 Jan 2018 09:44:47 +0100 Subject: [PATCH] Added Examples section with lazy-loading-example --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 91d6315..cec2455 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,10 @@ - [Twitter](https://twitter.com/hyperappjs) - Official Twitter Account. - [CodePen](https://codepen.io/hyperapp/) - Official Codepen Account. +## Examples + +- [alber70g/hyperapp-lazy-loading-example](https://github.com/Alber70g/hyperapp-lazy-loading-example) Lazy loading of a view component using dynamic [`import()`](https://github.com/tc39/proposal-dynamic-import) and [Fuse-Box](https://fuse-box.org/page/dynamic-import) + ## Other Resources - [How Hyperapp Works](https://gist.github.com/JorgeBucaran/8dc33b7947f3193eb2ea3d5700e27036) @@ -62,4 +66,4 @@ ## Contributing -To contribute, fork this repository, add your amazing entry and send us a PR. See [CONTRIBUTING](/CONTRIBUTING.md) for more information. \ No newline at end of file +To contribute, fork this repository, add your amazing entry and send us a PR. See [CONTRIBUTING](/CONTRIBUTING.md) for more information.