Skip to content

Instantly share code, notes, and snippets.

@alejovdev
Last active May 21, 2020 16:26
Show Gist options
  • Save alejovdev/dc2502c3ae86c4435427063d9e77f70b to your computer and use it in GitHub Desktop.
Save alejovdev/dc2502c3ae86c4435427063d9e77f70b to your computer and use it in GitHub Desktop.
import React, { useState, useLayoutEffect, useRef } from 'react'
function MyComponent() {
return <div>Hi There</div>
}
export default MyComponent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment