Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save codebubb/dec9695bb34827e79957021b5b7db616 to your computer and use it in GitHub Desktop.
React YouTube Viewer
require('file-loader?name=[name].[ext]!./index.html');
import React from 'react';
import ReactDOM from 'react-dom';
import { App } from './App';
import './App.scss';
const appElement = document.getElementById('app');
ReactDOM.render(<App />, appElement);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment