Evan Almloff
|
53380c9956
fix hot reload macro on unix
|
1 year ago |
Evan Almloff
|
458c13fb74
run effects in the scope they were created in
|
1 year ago |
Jonathan Kelley
|
b0b7de3692
Update signals example
|
1 year ago |
Evan Almloff
|
52ea3465e6
import the SuperInto trait in core macro
|
1 year ago |
Evan Almloff
|
c3555a7ec0
fix Option<String> in props
|
1 year ago |
Evan Almloff
|
30ef29d195
Remove an extra CopyValue::invalid from maybe_sync_memo
|
1 year ago |
Jonathan Kelley
|
1eb989a544
remove setinner
|
1 year ago |
Evan Almloff
|
1a9079b28b
Merge branch 'breaking' of https://github.com/Demonthos/dioxus into breaking
|
1 year ago |
Evan Almloff
|
10e305d2da
don't require a valid type for CopyValue::set
|
1 year ago |
Jonathan Kelley
|
d092f7f19f
Fix effect by using a set_inner
|
1 year ago |
Evan Almloff
|
55b37cc381
fix serializing signals
|
1 year ago |
Evan Almloff
|
87dc409837
remove must use hints from memo and rename file to memo
|
1 year ago |
Jonathan Kelley
|
3a5cbae5ee
Rename two files
|
1 year ago |
Jonathan Kelley
|
c0522bc152
cargo check all
|
1 year ago |
Evan Almloff
|
a5e61b0765
Merge branch 'breaking' of https://github.com/Demonthos/dioxus into breaking
|
1 year ago |
Evan Almloff
|
f2e48f10e9
simplify the crm example a bit more
|
1 year ago |
Jonathan Kelley
|
c8e4c96762
Fix panic in demo
|
1 year ago |
Evan Almloff
|
fc6912d4c0
make GlobalMemo and GlobalSignal not copy or clone
|
1 year ago |
Jonathan Kelley
|
9633cfadde
fix gen box compile release no features
|
1 year ago |
Evan Almloff
|
84e76dbdce
remove duplicate vec utils defined in the read_impls
|
1 year ago |
Jonathan Kelley
|
828c253305
queue effect instead of running it
|
1 year ago |
Evan Almloff
|
6bc0332052
simplify the readable and writable traits a bit
|
1 year ago |
Evan Almloff
|
c172914b21
drop scopes in order when dropping the virtual dom
|
1 year ago |
Evan Almloff
|
94c0c2e5b9
remove some old manual implementations of helpers
|
1 year ago |
Evan Almloff
|
7f93263357
add a bunch more utilities to the trait
|
1 year ago |
Evan Almloff
|
c83ca7b15f
fix raw expressions in the format macro
|
1 year ago |
Evan Almloff
|
c51badf07b
fix use hooks with impl signals
|
1 year ago |
Evan Almloff
|
51d7133ca5
add readable and writable traits for signal-like structs
|
1 year ago |
Evan Almloff
|
93adb35cfa
fix removing debug borrow information when the ref is dropped
|
1 year ago |
Evan Almloff
|
6ed5df644e
fix generational box release builds
|
1 year ago |