Skip to content

Instantly share code, notes, and snippets.

@aleksejkozin
Created January 13, 2021 16:20
Show Gist options
  • Save aleksejkozin/4a8175343b08edd1ce1429c0848d29f0 to your computer and use it in GitHub Desktop.
Save aleksejkozin/4a8175343b08edd1ce1429c0848d29f0 to your computer and use it in GitHub Desktop.
// useBrowsers.js
...
return {
loading,
browsers,
modalVisible,
descripton,
changeDescription,
changeOpacity,
}
...
// BrowsersList.jsx
...
export function BrowsersList({
loading,
browsers,
modalVisible,
description,
changeDescription,
changeOpacity,
}) {
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment