import useScript from 'hooks/useScript';const MyComponent = props => { useScript('https://use.typekit.net/foobar.js'); // rest of your component}