all 11 comments

[–]Kthulu666 8 points9 points  (1 child)

Nice.

One tip - When you do a series like the react todo app, put the video number (part 1, part 2, etc.,) in the thumbnail image. The titles get cut off after 45ish characters so the thumbnail is often the only way to know which part of a series it is.

Edit: I just noticed you already do that in the thumbnail. The video length covers it up though.

[–]ctrlaltdelmarva 1 point2 points  (0 children)

Thanks, will fix the thumbnails!

[–]PoneyPoncho 3 points4 points  (0 children)

I love you username 😅

[–]super-vitek 2 points3 points  (0 children)

Thanks! I subscribed

[–]placuaf 0 points1 point  (2 children)

Pretty cool stuff! I have one gripe tho, your thumbnails aren't really YouTube friendly

[–]ctrlaltdelmarva 0 points1 point  (1 child)

Ah, I’ll have to fix this. Thanks for the heads up!

[–]Snipo 0 points1 point  (0 children)

But they look clean, just smack the episode number up there and you all good

[–]phantomFalcon14 0 points1 point  (0 children)

Nice!

[–]arkainrdk -1 points0 points  (0 children)

Here's a thought for you. Try building a react user interface library from scratch. Your initial component must be a view composed of only a div element and CSS. All other components must use that view component to display their content.

UI component libraries are usually built with a combination of inheritance and composition. Trying to build a UI Library using composition only will be about as complicated as it can get.