Evan Almloff
|
20d146d9bd
Simplify the launch builder (#2967)
|
8 месяцев назад |
ASR-ASU
|
1dfa1b5e7f
Use of `async_std::task::sleep` instead of `tokio::time::sleep` in examples (#2912)
|
9 месяцев назад |
Tristan F.
|
9167cd9dec
fix most typos, add crate-ci/typos to CI (#2653)
|
11 месяцев назад |
Evan Almloff
|
b3cd4fac10
set up example scaping for docs.rs (#2450)
|
1 год назад |
Jonathan Kelley
|
cfc119cce2
Update more examples, add css for more examples
|
1 год назад |
Jonathan Kelley
|
8f70a84c70
Use futures_util mutex instead of flume for sending flush lock wakeups
|
1 год назад |
Jonathan Kelley
|
7c2947a131
Implement effects using reactivecontext
|
1 год назад |
Jonathan Kelley
|
0c71b95e82
skeleton of use_server_future with reactivity
|
1 год назад |
Jonathan Kelley
|
6818bbe10a
Make use_future take an impl FnMut + 'static, don't include router prelude when we don't need to
|
1 год назад |
Jonathan Kelley
|
8f07d881a6
Switch todo!() to unreachable!/unimplemented! where it matters
|
1 год назад |
Jonathan Kelley
|
a72c035de4
Fix cargo check on examples
|
1 год назад |
Jonathan Kelley
|
dcdada542b
Properly implement wait_for_suspense
|
1 год назад |
Evan Almloff
|
1f88103dca
only implement T -> Readonlysignal
|
1 год назад |
Evan Almloff
|
50e3216d8b
convert T into signals automatically
|
1 год назад |
Jonathan Kelley
|
d34538f4da
Add memochain example
|
1 год назад |
Jonathan Kelley
|
b0b7de3692
Update signals example
|
1 год назад |
Jonathan Kelley
|
c0522bc152
cargo check all
|
1 год назад |
Jonathan Kelley
|
c8e4c96762
Fix panic in demo
|
1 год назад |
Evan Almloff
|
e65c5f0eb3
depreciate the render macro
|
1 год назад |
Evan Almloff
|
407a82588a
fix more examples
|
1 год назад |
Evan Almloff
|
db35a9b48c
add platform specific functions for launching apps for workspaces
|
1 год назад |
Evan Almloff
|
7e4d2debe0
implement launch builder for the desktop and web platforms
|
1 год назад |
Jonathan Kelley
|
98bd78de43
Fix issue with mutability in component macro
|
1 год назад |
Jonathan Kelley
|
8559984e9d
and mut bound to mut methods on signals
|
1 год назад |
Jonathan Kelley
|
d88561f973
Adjust impl for signal syntax to allow cloned values
|
1 год назад |
Jonathan Kelley
|
33bba24867
Experiment with call syntax only working for copy types
|
1 год назад |
Jonathan Kelley
|
1dde044697
remove cx.render
|
1 год назад |
Jonathan Kelley
|
fae0b08e61
Fix the router and stub out a number of crates to get compiling
|
1 год назад |
Jonathan Kelley
|
d9b84f9f8f
Disambiguate expressions in rsx by requiring curlies
|
1 год назад |
Jonathan Kelley
|
9cdbf81a4b
fix clippy lint
|
1 год назад |