Skip to content

alova@3.2.0

Compare
Choose a tag to compare
@JOU-amjs JOU-amjs released this 01 Nov 14:58
· 13 commits to main since this release
455e5ed

Minor Changes

  • #576 433320f - add solid statesHook, and now solidjs is supported
import { createAlova } from 'alova';
import SolidHook from 'alova/solid';
import adapterFetch from 'alova/fetch';

export const alovaInstance = createAlova({
  statesHook: SolidHook,
  requestAdapter: adapterFetch(),
  // ...
});

Patch Changes

  • #576 433320f - fix that not request immediately when set immediate and store to true

  • #576 433320f - move the debounce function of all statesHook to unified place.