Skip to content

@atomico/hooks is now monorepo πŸŽ‰ (beta)

Compare
Choose a tag to compare
@UpperCod UpperCod released this 05 Oct 17:29
· 57 commits to master since this release

Deprecated

  1. use-asyn-effect and usePromise: Deprecated because Atomico now includes usePromise and useAsync as part of the core for better asynchronous handling.
  2. use-channel: Deprecated because Atomico now has a context API that provides better observability.
  3. use-child-nodes: Removed as it's weak in referencing children across libraries; it's better to use useSlot.
  4. use-dollar: Removed due to the lack of maintenance of the original library.
  5. use-form-submitter: Removed in favor of @atomico/magic-form for better observability.
  6. use-queue-task: Deprecated without arguments.
  7. use-unique-id-selector: It's recommended to use useId from the core for better observability.

Renamed

  1. use-history >> use-value-history