Created
October 14, 2020 13:52
-
-
Save codebubb/9f7bfbc23864d6d293e25d7c0af08e15 to your computer and use it in GitHub Desktop.
React YouTube Viewer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import React, { useState, useEffect } from 'react'; | |
| export function App() { | |
| return ( | |
| <div className="app-container"> | |
| <h1>Latest YouTube Videos</h1> | |
| </div> | |
| ); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment