Skip to content

Instantly share code, notes, and snippets.

@eamonnboyle
Last active February 22, 2021 15:32
Show Gist options
  • Save eamonnboyle/a17f9d2931e98420bb6771dfba6011e0 to your computer and use it in GitHub Desktop.
Save eamonnboyle/a17f9d2931e98420bb6771dfba6011e0 to your computer and use it in GitHub Desktop.
Weather App Tutorial - Move Search State
export const LocationSearch: FC = () => {
const [locationSearch, setLocationSearch] = useState('');
const disableSearch = locationSearch.trim() === '';
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment