diff --git a/communities.json b/communities.json index 557f2e17..832136b0 100644 --- a/communities.json +++ b/communities.json @@ -138,6 +138,13 @@ "inviteCode": "zav3EkW", "logo": "ethergem.png" }, + { + "title": "faster_react", + "githubUrl": "https://github.com/hviana/faster_react", + "inviteCode": "faster_react", + "logo": "faster.png", + "quote": "Full Stack web framework with React + Faster. Automatic routes, reload and component bundle. It uses its own RSC engine, combining SSR and CSR. 100% Deno, no Node dependencies. Fully compatible with Deno Deploy and Serverless Environments." + }, { "title": "Fedora", "githubUrl": "https://fedoraproject.org", diff --git a/logos/faster.png b/logos/faster.png new file mode 100644 index 00000000..44b62cb6 Binary files /dev/null and b/logos/faster.png differ