Create Youtube Player in ReactJs — Part 2
1 min readApr 21, 2018
--
Welcome to part 2. Let’s start from where we left, but first add bootstrap to our project so that it looks a bit OK.
Add this in index.html in the head part.
<link rel=”stylesheet” href=”https://cdn.rawgit.com/twbs/bootstrap/48938155eb24b4ccdde09426066869504c6dab3c/dist/css/bootstrap.min.css">
You can read the rest of the blog from my blog site. The link is below.
This concludes part 2 , the final part 3.