Greg Johnston
|
42a58855a0
|
feat: add Scope::batch() (#711)
|
2023-03-20 08:29:18 -04:00 |
|
Greg Johnston
|
6bab4ad966
|
apply new formatting everywhere (#502)
|
2023-02-11 14:30:06 -05:00 |
|
Greg Johnston
|
739e7db49d
|
Support for multiple, independent Runtimes on a single thread without leaking
|
2022-11-21 21:11:03 -05:00 |
|
Greg Johnston
|
1bbbdbf29e
|
Rationalize features and set up defaults so that a) users don't need to specify csr mode by default and b) tests pass without feature flags
|
2022-10-18 10:42:55 -04:00 |
|
Greg Johnston
|
015bfc24fd
|
Feature-flag to enable support for stable Rust instead of nightly
|
2022-10-17 13:23:20 -04:00 |
|
Greg Johnston
|
a26ab79415
|
Change default behavior of WriteSignal so that set_X() assigns a new value T, and set_X.update(...) takes a fn
|
2022-10-08 20:38:34 -04:00 |
|
Greg Johnston
|
02558c2f66
|
Move Scope to first argument of hooks, rather than impl Scope, so that future hooks defined in other crates have isomorphic API (they can't arbitrarily impl Scope)
|
2022-08-16 09:56:00 -04:00 |
|
Greg Johnston
|
612b64707e
|
Experimenting with a new reactive system
|
2022-08-10 22:34:20 -04:00 |
|
Greg Johnston
|
c2c4a4afe6
|
Use my old reactive system again
|
2022-08-08 14:09:16 -04:00 |
|