Greg Johnston
dbc707adcd
feat/change: adopt reactive ownership model and drop cx
/Scope
( #918 )
2023-08-21 19:31:37 -04:00
Greg Johnston
732ec14302
docs: add use of batch
to avoid BorrowMut
panic
2023-04-22 07:03:10 -04:00
Igor Shevchenko
98a9ec8335
chore(docs): fix a few typos ( #756 )
2023-03-27 20:06:34 -04:00
Jessie Chatham Spencer
e482e3748d
docs: document cargo workspace feature resolver footgun ( #745 )
...
Due to no rust edition being present in a workspac's Cargo.toml, non
WASM compatible code can end up being built for a WASM target.
This commit documents this error and how to resolve it.
2023-03-25 07:34:28 -04:00
Greg Johnston
d7dba85f2d
Missing changes re: docs
2022-12-29 17:43:06 -05:00
Greg Johnston
4b1fce4c9c
Revert "Merge branch 'main' into pr/119"
...
This reverts commit 63f680f37d
, reversing
changes made to 50ba796f49
.
2022-12-28 15:06:46 -05:00
Ke7in
1b0200390b
Update COMMON_BUGS.md to fix typo
...
```rust
let (b, set_a) = create_signal(cx, false); // should be set_b
```
2022-12-25 18:27:52 -05:00
Greg Johnston
46b1a96cc7
Allow triggering an effect to re-run from within the effect (so that e.g., you can get()
and set()
the same signal within the effect — see issue #83 )
2022-11-17 20:16:57 -05:00
Greg Johnston
d6c6ab7939
Create list of common bugs (includes #82 and #83 )
2022-11-17 18:20:54 -05:00