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

Commit

Permalink
Merge pull request #387 from noir-lang/zpedro/frameworks
Browse files Browse the repository at this point in the history
Messaging on frameworks
  • Loading branch information
signorecello authored Sep 25, 2023
2 parents 57c23cd + 6854d0f commit 5931ca3
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 5931ca3

Please sign in to comment.