Hacker News new | ask | show | jobs
by kermire 1053 days ago
The main limitation of web components for me is that all data needs to be passed to the component attributes as strings. Wish we could pass objects and arrays without JSON.stringify-ing them.