Skip to content

PRO TIP Block youtube.com at the DNS level — Pi-hole, NextDNS or your hosts file — but allow youtube-nocookie.com and i.ytimg.com. These tutorials keep playing; the rabbit hole does not.

Learning without distractions

React js how to add CSS styles 🎨

89K views on YouTube

00:00:00 intro
00:00:20 Button component
00:01:32 external CSS
00:03:25 modular CSS
00:05:51 inline CSS
00:07:30 conclusion

// HOW TO STYLE REACT COMPONENTS WITH CSS
// (not including external frameworks or preprocessors)

// 1. EXTERNAL
// 2. MODULES
// 3. INLINE

#reactjs #javascript #tutorial