Skip to content

Instantly share code, notes, and snippets.

@DanyF-github
Created March 11, 2022 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanyF-github/229cd724bcdfc44ed388231620e44661 to your computer and use it in GitHub Desktop.
Save DanyF-github/229cd724bcdfc44ed388231620e44661 to your computer and use it in GitHub Desktop.
[preferences, setPreferences] = useState({
userName: null,
conversationId: null,
});
const preferencesValue = useMemo(
() => ({ preferences, setPreferences }),
[preferences, setPreferences]
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment