- Add SSR check in Vue useEffect hook
- Update docs
- Remove
setup.pnext
function - Fix
setup.preact
function (now for bothNext.js + Preact
andPreact
)
- Support of
Preact + Next.js
(setup.pnext
function)
- Support of
Preact
(setup.preact
function)
- Support of refs to native DOM nodes (by means of
useRef
hook)
- Full support of functional universal components with hooks (stateful)
- React-like hooks for Vue3:
useState
,useEffect
,useLayoutEffect
,useCallback
,useMemo
,useRef
- useSWR-like hook
useAsyncData