From f8ebaba644691e764c9aa034e414ae6dc405170e Mon Sep 17 00:00:00 2001 From: Cristiano Calcagno Date: Tue, 25 Oct 2022 08:40:12 +0200 Subject: [PATCH 1/2] Add an articles section on the community page. --- pages/community/overview.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/community/overview.mdx b/pages/community/overview.mdx index 17bd3ce8b..6642d9533 100644 --- a/pages/community/overview.mdx +++ b/pages/community/overview.mdx @@ -17,6 +17,11 @@ News are broadcasted on this site's blog and on Twitter. Some extra, less import **We don't use any other channel to communicate officially**. Any announcement made by users on Reddit, Discord, Medium and others don't necessarily represent our intent. +## Articles + +- [Getting rid of your dead code in ReScript](https://dev.to/zth/getting-rid-of-your-dead-code-in-rescript-3mba) +- [Speeding up ReScript compilation using interface files](https://dev.to/zth/speeding-up-rescript-compilation-using-interface-files-4fgn) + ## Questions Your questions can go on: From 003c76d34a4cfbe4af4f113f566d6114e550c1b7 Mon Sep 17 00:00:00 2001 From: Cristiano Calcagno Date: Tue, 25 Oct 2022 08:59:54 +0200 Subject: [PATCH 2/2] link to awesome-rescript --- pages/community/overview.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/community/overview.mdx b/pages/community/overview.mdx index 6642d9533..654cacd68 100644 --- a/pages/community/overview.mdx +++ b/pages/community/overview.mdx @@ -21,6 +21,7 @@ News are broadcasted on this site's blog and on Twitter. Some extra, less import - [Getting rid of your dead code in ReScript](https://dev.to/zth/getting-rid-of-your-dead-code-in-rescript-3mba) - [Speeding up ReScript compilation using interface files](https://dev.to/zth/speeding-up-rescript-compilation-using-interface-files-4fgn) +- Articles in [awesome-rescript](https://github.com/fhammerschmidt/awesome-rescript#readme) ## Questions