Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
changing the message for different frameworks, adding link to awesome…
Browse files Browse the repository at this point in the history
… noir
  • Loading branch information
signorecello committed Sep 25, 2023
1 parent a052400 commit 6854d0f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6854d0f

Please sign in to comment.