Skip to content

Commit

Permalink
Update web_sys.md (#117)
Browse files Browse the repository at this point in the history
Correct small typo.
  • Loading branch information
schae234 authored Sep 13, 2024
1 parent 71ff566 commit fcde488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web_sys.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If there is a JavaScript library that you want to call from Rust, you should ref
easy to import individual functions, classes, or values from JavaScript to use in your Rust app.

It is not always easy to integrate JS libraries into your app directly. In particular, any library that depends on a
particular JS framework like React may be hard to integrated. Libraries that manipulate DOM state in some way (for example,
particular JS framework like React may be hard to integrate. Libraries that manipulate DOM state in some way (for example,
rich text editors) should also be used with care: both Leptos and the JS library will probably assume that they are
the ultimate source of truth for the app’s state, so you should be careful to separate their responsibilities.

Expand Down

0 comments on commit fcde488

Please sign in to comment.