Historique des commits

Auteur SHA1 Message Date
  Evan Almloff 3e9a360b55 Merge branch 'main' into isomorphic-spawn il y a 1 an
  Evan Almloff f51b5617e1 add a test for the memo hook il y a 1 an
  Marc Espin 617b11a352 feat: Add `Resource::clear()` and also updated `Resource` docs (#2049) il y a 1 an
  Evan Almloff ffc49530f6 implement readable and callable for all structs in the hooks crate il y a 1 an
  Evan Almloff 492f0329bf remove flume, implement lazier memos il y a 1 an
  andrey df0d45be48 added better documentation and code snipppets for the use_resource, use_future, use_effect and use_context hooks il y a 1 an
  Jonathan Kelley 69e4ebe4ed Fix suspense on resource il y a 1 an
  Evan Almloff 91fea15cdc don't expose the signal scope subscriber API publicly il y a 1 an
  Jonathan Kelley 4a7fe938ad Make clippy happy il y a 1 an
  Jonathan Kelley 7d78e5e250 Fix warnings and compile errors il y a 1 an
  Evan Almloff 1afada528d fix user server future il y a 1 an
  Jonathan Kelley 8a38a41512 fix use_future todos! il y a 1 an
  Jonathan Kelley f44b72f5e1 server_future uses use_resource il y a 1 an
  Jonathan Kelley 8f70a84c70 Use futures_util mutex instead of flume for sending flush lock wakeups il y a 1 an
  Evan Almloff 38bdab880d only give out a ReadOnlySignal from async resources il y a 1 an
  Jonathan Kelley dd06705ff1 implement use_async_memo with reactive context il y a 1 an
  Jonathan Kelley 7c2947a131 Implement effects using reactivecontext il y a 1 an
  Jonathan Kelley 0c71b95e82 skeleton of use_server_future with reactivity il y a 1 an
  Jonathan Kelley 44966efde2 use_future works il y a 1 an
  Jonathan Kelley 09e14f1936 Implement some clippy fixes il y a 1 an
  Jonathan Kelley a72c035de4 Fix cargo check on examples il y a 1 an
  Jonathan Kelley 8cc17dc1bd Fix compile il y a 1 an
  Evan Almloff c51badf07b fix use hooks with impl signals il y a 1 an
  Jonathan Kelley 028f499bf6 Fix generational box in release mode il y a 1 an