Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishiv authored Jul 2, 2024
1 parent d069036 commit 025e5c3
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 @@ -53,7 +53,7 @@ const Page = component("HomePage", (props, { signal, wire, store }) => {

// 3) Most importantly: wire reactivity to signals
// with explicit subscription using the $ token param
// Easy to reason about and no untrack/sample related errors
// NB: also makes code easy to reason about and prevents those pesky untrack/sample related errors
const $doubleCount = wire(($) => $count($) * 2);
return (
<div id="home">
Expand Down

0 comments on commit 025e5c3

Please sign in to comment.