DEV Community

Discussion on: Why I coded a micro library for Web Components

Collapse
 
steveblue profile image
Stephen Belovarich • Edited

innerText was a typo. It is textContent for sure 😜. Edited for clarity.

Ugh different spec paths for Decorators. I should read up on this more. From what I understand the stage 2 proposal is basically what TypeScript currently implements.

Didn’t know about Emitter, that’s cool 😎.

Glad you like the direction. I definitely wanted to take some of the pain points away from developing Web Components.