Video: Project Setup and Our First Component
Styled Components
Released: null
- 
			1. Introduction 35S 
- 
			2. Why CSS In JS 3M29S 
- 
			3. Project Setup and Our First Component 9M37S 
- 
			4. How Styled Components Work 5M44S 
- 
			5. Props In Styled Components 10M16S 
- 
			6. How SC Replaces PreProcessors 6M54S 
- 
			7. Styling Components & Extending 11M32S 
- 
			8. Media Queries 11M11S 
- 
			9. The CSS Helper 6M47S 
- 
			10. Global Styles 8M5S 
- 
			11. Organization 13M20S 
- 
			12. Organization Part 2 11M59S 
- 
			13. Scoping To Components 5M52S 
- 
			14. Strategies For Variables 10M34S 
- 
			15. Writing Good Mixins 12M18S 
- 
			16. Building An Extendible System 11M25S 
- 
			17. Polished 9M13S 
- 
			18. BEM with 8M55S 
- 
			19. BEM Part 2 9M17S 
- 
			20. Themes in 9M31S 
- 
			21. The CSS Prop for Prototyping 5M43S 
- 
			22. The as Prop 3M1S 
- 
			23. When To Use A Styled Component 6M11S 
- 
			24. Where To Go From Here 5M41S 
Project Setup and Our First Component
npx create-react-app my-app
npm install --save styled-components