Evan Almloff
|
492f0329bf
remove flume, implement lazier memos
|
1 年之前 |
Jonathan Kelley
|
608fec59e5
Merge pull request #1993 from DioxusLabs/fix-effect
|
1 年之前 |
Evan Almloff
|
287416cfa7
rename flush_sync to wait_for_next_render
|
1 年之前 |
Evan Almloff
|
568631e331
test signal drops
|
1 年之前 |
Evan Almloff
|
f539698963
add debug information for signal subscriptions
|
1 年之前 |
Evan Almloff
|
05a6dda89c
fix formatting
|
1 年之前 |
Evan Almloff
|
48751d2f98
only subscribe scopes to signals when rendering
|
1 年之前 |
Evan Almloff
|
8689509eb5
erase the original readable type
|
1 年之前 |
Evan Almloff
|
c8937cb4df
make mapped signal readable
|
1 年之前 |
Evan Almloff
|
1af8f56e89
make target an associated type
|
1 年之前 |
Evan Almloff
|
30bac267c9
simplify reactive context and expose less signal internals
|
1 年之前 |
Jonathan Kelley
|
7d78e5e250
Fix warnings and compile errors
|
1 年之前 |
Jonathan Kelley
|
e8182b105e
flush sync in global memo
|
1 年之前 |
Jonathan Kelley
|
d28cc9c0cf
remove changed log in maybe_sync memo, flush sync
|
1 年之前 |
Jonathan Kelley
|
7c2947a131
Implement effects using reactivecontext
|
1 年之前 |
Jonathan Kelley
|
968f24a7b3
wip: reactive context instead of effect
|
1 年之前 |
Jonathan Kelley
|
a72c035de4
Fix cargo check on examples
|
1 年之前 |
Jonathan Kelley
|
cef64d43df
move hooks out of signals crate
|
1 年之前 |
Evan Almloff
|
50e3216d8b
convert T into signals automatically
|
1 年之前 |
Jonathan Kelley
|
974680796f
add test cases, refactor deref
|
1 年之前 |
Evan Almloff
|
30ef29d195
Remove an extra CopyValue::invalid from maybe_sync_memo
|
1 年之前 |
Evan Almloff
|
55b37cc381
fix serializing signals
|
1 年之前 |
Evan Almloff
|
6bc0332052
simplify the readable and writable traits a bit
|
1 年之前 |
Evan Almloff
|
94c0c2e5b9
remove some old manual implementations of helpers
|
1 年之前 |
Evan Almloff
|
7f93263357
add a bunch more utilities to the trait
|
1 年之前 |
Evan Almloff
|
51d7133ca5
add readable and writable traits for signal-like structs
|
1 年之前 |
Evan Almloff
|
e01f10e25d
remove mappable and mappablemut traits
|
1 年之前 |
Jonathan Kelley
|
06d9b575b7
rename use_selector to use_memo
|
1 年之前 |
Jonathan Kelley
|
3ded0f5329
Make more examples cross-platform
|
1 年之前 |
Jonathan Kelley
|
83bce6ce97
Make cargo check --all --examples work!
|
1 年之前 |