dioxus/packages/hooks/src
Daniel Albl 18dca07e4b
Use a gen in PartialEq for UseSharedState (#1389)
* Special case UseFutureDep for UseSharedState

* Add 'gen' to UseSharedState for use in 'PartialEq'

* Update 'gen' in 'UseSharedState::new'

* Don't require PartialEq for T in UseSharedState

---------

Co-authored-by: Evan Almloff <evanalmloff@gmail.com>
2023-09-13 12:10:03 -05:00
..
computed.rs fix clippy 2023-08-08 13:43:57 -07:00
lib.rs fix clippy 2023-08-08 13:43:57 -07:00
use_on_unmount.rs fix: Typo on use_on_unmount (#1421) 2023-09-02 17:51:34 -05:00
use_shared_state.rs Use a gen in PartialEq for UseSharedState (#1389) 2023-09-13 12:10:03 -05:00
usecallback.rs chore: clean up the repo some 2022-12-06 17:50:25 -08:00
usecollection.rs chore: rename all &cx to cx, make clipppy happy 2022-12-07 13:11:40 -08:00
usecontext.rs fix: namespacing of dynamic attributes 2022-12-07 15:11:51 -08:00
usecoroutine.rs fix: Update use_coroutine example (#1237) 2023-07-24 11:32:32 -05:00
useeffect.rs updated docs 2023-07-02 23:00:26 +02:00
usefuture.rs Fix future value never updating 2023-07-21 12:47:51 -07:00
usememo.rs updated docs 2023-07-02 23:00:26 +02:00
usemodel.rs Remove argument from use_hook closure (#496) 2022-07-11 15:50:56 -04:00
useref.rs fix: Update use_ref docs (#1201) 2023-07-17 11:02:02 -05:00
userootcontext.rs Add lazy contexts to signals 2023-07-14 12:52:49 -07:00
usesignal.rs wip: some project refactor 2021-07-09 11:54:07 -04:00
usestate.rs Convert use_eval to use send/recv system (#1080) 2023-07-21 17:36:25 -05:00