Jake Saterlay

Results 2 issues of Jake Saterlay

### Summary A section to describe the `isPending` value you can extract from `useActionState` ### Page https://react.dev/reference/react/useActionState ### Details You can do `const [state, action, isPending] = useActionState(myAction, null);` to...

type: documentation

This aims to describe the third item returned in the array when using the `useActionState` hook `isPending`. https://github.com/reactjs/react.dev/issues/6987

CLA Signed