From 6854d0fd0cbe14f0acd7290a4877cd52485a5af9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Pedro=20Sousa?= Date: Mon, 25 Sep 2023 10:11:28 +0100 Subject: [PATCH] changing the message for different frameworks, adding link to awesome noir --- docs/typescript.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/typescript.md b/docs/typescript.md index 258a216..43be880 100644 --- a/docs/typescript.md +++ b/docs/typescript.md @@ -13,11 +13,13 @@ You can check the complete code for this tutorial here: [browser with next.js](h :::note -You may find unexpected errors working with some frameworks such as `vite`. This is due to the -nature of `wasm` files and the way Noir uses web workers. As we figure it out, we suggest using +You may find unexpected errors working with some frameworks. This is due to the +nature of `wasm` files and the way Noir uses web workers. We suggest using [Create React App](https://create-react-app.dev/), or [Next.js](https://nextjs.org/) for a quick start. +You should also check [awesome noir](https://github.com/noir-lang/awesome-noir#boilerplates) for some community-built templates for Nuxt, Vite, and others. + ::: ## Setup