Introduction to Creating Web Components

added by JavaScript Kicks
1/13/2020 9:13:12 AM

622 Views

As web apps get more complex, we need some way to divide the code into manageable chunks. To do this, we can use Web Components to create reusable components that we can use in multiple places. Web Components are also isolated from other pieces of code so it's harder to accidentally modify them from other pieces of code and create conflicting code.


0 comments