Skip to content

@graphiql/[email protected]

Compare
Choose a tag to compare
@acao acao released this 01 Feb 23:32
· 33 commits to main since this release
28a101f

Patch Changes

  • #3526 2b6ea316 Thanks @benjie! - Add new useOptimisticState hook that can wrap a useState-like hook to perform optimistic caching of state changes, this helps to avoid losing characters when the user is typing rapidly. Example of usage: const [state, setState] = useOptimisticState(useOperationsEditorState());