Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Evan Almloff b6dc2a2230 Deduplicate reactive scope updates/Reset subscriptions on reruns/fix use memo double update (#2506) 1 gadu atpakaļ
  Evan Almloff 0127501dbf Improve inline docs (#2460) 1 gadu atpakaļ
  Evan Almloff 5e57779435 fix memo and resource caller information (#2443) 1 gadu atpakaļ
  Evan Almloff 5ce91e1bfc Fix flakey windows tests (#2332) 1 gadu atpakaļ
  Marc Espin b6d3da2b31 fix: Update `use_resource` docs (#2303) 1 gadu atpakaļ
  Evan Almloff df41df75d0 switch to use_reactive 1 gadu atpakaļ
  Evan Almloff 80aeba30c7 Merge branch 'main' into resource-dependancies 1 gadu atpakaļ
  Evan Almloff 3866aa2977 simplify use_dependencies docs 1 gadu atpakaļ
  Evan Almloff 0951a389f7 add a way to add manual dependency tuple to memos and effects 1 gadu atpakaļ
  Evan Almloff 2bbc609082 add a way to subscribe to a dependency tuple for the use_resource hook 1 gadu atpakaļ
  Jonathan Kelley d180f569cf Merge pull request #2064 from ealmloff/make-resource-copy 1 gadu atpakaļ
  Evan Almloff 81e0469cc2 implement copy for Resource 1 gadu atpakaļ
  Evan Almloff 3e9a360b55 Merge branch 'main' into isomorphic-spawn 1 gadu atpakaļ
  Evan Almloff f51b5617e1 add a test for the memo hook 1 gadu atpakaļ
  Marc Espin 617b11a352 feat: Add `Resource::clear()` and also updated `Resource` docs (#2049) 1 gadu atpakaļ
  Evan Almloff ffc49530f6 implement readable and callable for all structs in the hooks crate 1 gadu atpakaļ
  Evan Almloff 492f0329bf remove flume, implement lazier memos 1 gadu atpakaļ
  andrey df0d45be48 added better documentation and code snipppets for the use_resource, use_future, use_effect and use_context hooks 1 gadu atpakaļ
  Jonathan Kelley 69e4ebe4ed Fix suspense on resource 1 gadu atpakaļ
  Evan Almloff 91fea15cdc don't expose the signal scope subscriber API publicly 1 gadu atpakaļ
  Jonathan Kelley 4a7fe938ad Make clippy happy 1 gadu atpakaļ
  Jonathan Kelley 7d78e5e250 Fix warnings and compile errors 1 gadu atpakaļ
  Evan Almloff 1afada528d fix user server future 1 gadu atpakaļ
  Jonathan Kelley 8a38a41512 fix use_future todos! 1 gadu atpakaļ
  Jonathan Kelley f44b72f5e1 server_future uses use_resource 1 gadu atpakaļ
  Jonathan Kelley 8f70a84c70 Use futures_util mutex instead of flume for sending flush lock wakeups 1 gadu atpakaļ
  Evan Almloff 38bdab880d only give out a ReadOnlySignal from async resources 1 gadu atpakaļ
  Jonathan Kelley dd06705ff1 implement use_async_memo with reactive context 1 gadu atpakaļ
  Jonathan Kelley 7c2947a131 Implement effects using reactivecontext 1 gadu atpakaļ
  Jonathan Kelley 0c71b95e82 skeleton of use_server_future with reactivity 1 gadu atpakaļ