5 - 6
Components are all about encapsulating decisions. The perfect component makes good decisions for you without making you think about it. Of course, no one knows what decisions you’re going to want. To make components reusable, we set reasonable defaults, then allow you to override them when you don’t like the decisions made for you.
This course covers three broad categories of decisions that can be encapsulated in a component: state, view, and logic. You’ll learn to move an Angular component from completely static to very configurable using a variety of techniques.
The course takes some of the most popular components in web development and applies them to Angular. You’ll learn to write components that are opinionated about their core purpose, but allow parent components to overwrite secondary concerns when pain points require a more complex pattern.
Pretty clean patterns! I'm not super clear on what directives are exactly and even though this helps, it's still foggy. Same for the layoutTemplate bit, I was kinda lost on that part. I'm probably missing some prerequisite: maybe you could suggest other egghead content if the concepts used throughout this course aren't 100% clear.
I'd consider myself more of a React/Vue developer, so seeing just how far Angular has come since AngluarJS is exciting! Well done Isaac!
Super useful course but maybe we need a more advanced example, no only a toggle button.
Awesome course! but i really like to learn all of concepts around of these one. Would you like the create a new course with this content? :)
Great in-depth for something simple as a switch!
Thanks for this course! There is a ton of precious patterns here :)
Become familiar with the Workers CLI wrangler
that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.
This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio
git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.