Jonathan Kelley
|
8f70a84c70
Use futures_util mutex instead of flume for sending flush lock wakeups
|
1 year ago |
Evan Almloff
|
38bdab880d
only give out a ReadOnlySignal from async resources
|
1 year ago |
Evan Almloff
|
79501e43c1
revert readme example to the simple counter
|
1 year ago |
Evan Almloff
|
308226996c
actually derive the copy trait for eval
|
1 year ago |
Evan Almloff
|
a789d6a64e
make eval copy
|
1 year ago |
Jonathan Kelley
|
894a79d3df
clear subscriber method
|
1 year ago |
Jonathan Kelley
|
dd06705ff1
implement use_async_memo with reactive context
|
1 year ago |
Jonathan Kelley
|
7c2947a131
Implement effects using reactivecontext
|
1 year ago |
Jonathan Kelley
|
968f24a7b3
wip: reactive context instead of effect
|
1 year ago |
Jonathan Kelley
|
0c71b95e82
skeleton of use_server_future with reactivity
|
1 year ago |
Evan Almloff
|
b3ed337b6b
fix SLEDGEHAMMER_JS import path in desktop
|
1 year ago |
Evan Almloff
|
2371c9eed3
minify js at runtime in liveview
|
1 year ago |
Evan Almloff
|
e2e0a934fd
remove minified js from build scripts
|
1 year ago |
Jonathan Kelley
|
44966efde2
use_future works
|
1 year ago |
Jonathan Kelley
|
6818bbe10a
Make use_future take an impl FnMut + 'static, don't include router prelude when we don't need to
|
1 year ago |
Jonathan Kelley
|
cbdd8108e6
Missed todo!()
|
1 year ago |
Jonathan Kelley
|
8f07d881a6
Switch todo!() to unreachable!/unimplemented! where it matters
|
1 year ago |
Jonathan Kelley
|
a14789eebc
rename inner on event to data
|
1 year ago |
Evan Almloff
|
33e90da314
fix router release builds
|
1 year ago |
Evan Almloff
|
8eda785ace
try to pull the default out directory for the fullstack server from the config
|
1 year ago |
Evan Almloff
|
13b6f3b9e7
re export the dioxus router prelude
|
1 year ago |
Evan Almloff
|
8f68585c1f
fix the default server fullstack history
|
1 year ago |
Evan Almloff
|
2034591ab3
fix the incremental feature on the router
|
1 year ago |
Evan Almloff
|
fb01a276b0
fix axum build in fullstack
|
1 year ago |
Jonathan Kelley
|
72a40e41e6
Dont write empty strings in link
|
1 year ago |
Evan Almloff
|
a7a3513b3f
fix ifmt spans
|
1 year ago |
Evan Almloff
|
af75fb855f
wrap the result of render_with_location in an option
|
1 year ago |
Evan Almloff
|
913ed0cfe3
fix outputting rsx with a manual location
|
1 year ago |
Jonathan Kelley
|
b403bb51a8
Move playwright into packages
|
1 year ago |
Jonathan Kelley
|
9922059969
Fix some commented out tests
|
1 year ago |