Skip to content

Instantly share code, notes, and snippets.

@ozcanzaferayan
Created May 19, 2020 13:53
Show Gist options
  • Save ozcanzaferayan/2c42cc038a8b6a63401fb08e55e4b049 to your computer and use it in GitHub Desktop.
Save ozcanzaferayan/2c42cc038a8b6a63401fb08e55e4b049 to your computer and use it in GitHub Desktop.
function Text() {
const [fontSize, setFontSize] = useRecoilState(fontSizeState);
return <p style={{fontSize}}>This text will increase in size too.</p>;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment