Skip to content

Instantly share code, notes, and snippets.

@codebubb
Created October 14, 2020 13:52
Show Gist options
  • Select an option

  • Save codebubb/9f7bfbc23864d6d293e25d7c0af08e15 to your computer and use it in GitHub Desktop.

Select an option

Save codebubb/9f7bfbc23864d6d293e25d7c0af08e15 to your computer and use it in GitHub Desktop.
React YouTube Viewer
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