|
|
|
|
|
by tomxor
630 days ago
|
|
Full native isolation. HTML, CSS, JS, the whole thing, no tricks, the browser isolates it for you. It's really nice to be able to make a web component, clearly define the JS, HTML and even CSS API in terms of variables, and then throw it into any environment without it breaking, or without creating a complex maze of CSS name spaces and framework dependencies. |
|
When do you want part of your page to have different fonts, colors, everything from the rest of the page?