Skip to content

Commit

Permalink
Improve installation guide on website for React #250
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-hiller committed Sep 18, 2024
1 parent e2f17ee commit 49cf4e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ npm install @modular-forms/react

<PreactOrReact block>

Since Modular Forms<React> for React</React> is implemented with <a href="https://preactjs.com/guide/v10/signals" target="_blank" rel="noreferrer">Preact Signals</a>, you need to install the following peer dependency as well.
Since Modular Forms<React> for React</React> is implemented with <a href="https://preactjs.com/guide/v10/signals" target="_blank" rel="noreferrer">Preact Signals</a>, you need to install the following peer dependency as well. <React>Please have a look at the <a href="https://github.com/preactjs/signals/blob/main/packages/react/README.md" target="_blank" rel="noreferrer">README</a> of `@preact/signals-react` to learn how to configure it properly.</React>

</PreactOrReact>

Expand Down

0 comments on commit 49cf4e1

Please sign in to comment.