Skip to content

Commit

Permalink
chore: fix typo (#2267)
Browse files Browse the repository at this point in the history
  • Loading branch information
saikatdas0790 authored Feb 6, 2024
1 parent 38bf739 commit a903e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ There are several people in the community using Leptos right now for internal ap

### Can I use this for native GUI?

Sure! Obviously the `view` macro is for generating DOM nodes but you can use the reactive system to drive native any GUI toolkit that uses the same kind of object-oriented, event-callback-based framework as the DOM pretty easily. The principles are the same:
Sure! Obviously the `view` macro is for generating DOM nodes but you can use the reactive system to drive any native GUI toolkit that uses the same kind of object-oriented, event-callback-based framework as the DOM pretty easily. The principles are the same:

- Use signals, derived signals, and memos to create your reactive system
- Create GUI widgets
Expand Down

0 comments on commit a903e19

Please sign in to comment.