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