コミット履歴

作者 SHA1 メッセージ 日付
  Evan Almloff 476b2ac88a fix client side suspense 1 年間 前
  Evan Almloff 162b033c36 provide feature hints for the dioxus crate as well 1 年間 前
  Jonathan Kelley 7e54039ed2 fix make tests 1 年間 前
  Jonathan Kelley f44b72f5e1 server_future uses use_resource 1 年間 前
  Jonathan Kelley 0fd7799bc2 disable use_future on the server 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 968f24a7b3 wip: reactive context instead of effect 1 年間 前
  Jonathan Kelley cef64d43df move hooks out of signals crate 1 年間 前
  Jonathan Kelley dcdada542b Properly implement wait_for_suspense 1 年間 前
  Jonathan Kelley 7b0dcb3206 Add flush_sync and pre_render methods to core 1 年間 前
  Evan Almloff c3edf99b63 make anyprops and vprops private again 1 年間 前
  Evan Almloff c172914b21 drop scopes in order when dropping the virtual dom 1 年間 前
  Evan Almloff 25ad3da659 remove some generics from LaunchBuilder 1 年間 前
  Evan Almloff ae3e167cfe make fullstack hello world compile 1 年間 前
  Evan Almloff 499e81fa82 fix fullstack send bound 1 年間 前
  Evan Almloff dab87c0144 try not double boxing 1 年間 前
  Evan Almloff d28221bdc2 unqueue tasks when a scope is dropped 1 年間 前
  Evan Almloff 701093ede5 Try to rerun all dirty scopes before polling any tasks to fix effect ordering 1 年間 前
  Jonathan Kelley c3d810bcd0 Little bit more cleanup in core 1 年間 前
  Jonathan Kelley 9d0d5d74f6 Remove last bit of unsafe 1 年間 前
  Jonathan Kelley 8b9bf57c03 Cleanup core more 1 年間 前
  Jonathan Kelley 374c7d0cd8 Cleanup more of core 1 年間 前
  Jonathan Kelley 9f595171ce Remove boxedanyprops abstraction 1 年間 前
  Jonathan Kelley 3fb7c359c2 Rename to component function 1 年間 前
  Jonathan Kelley c94af9538b Remove phantom markers and just default to Rc<dyn Fn(props) -> Element> where it makes sense 1 年間 前
  Evan Almloff 7e4d2debe0 implement launch builder for the desktop and web platforms 1 年間 前
  Evan Almloff ef553a2cb2 unbox component functions 1 年間 前
  Jonathan Kelley 1332b82dc8 Expose current task 1 年間 前
  Evan Almloff af1749d7be re export renderers in dioxus 1 年間 前