Y
Hacker News
new
|
ask
|
show
|
jobs
by
TheFragenTaken
520 days ago
What kind of project did you "remove all React"? Also, curious whether you ended up with vanilla Web Components, or fast-element/LitElement/others?
1 comments
andrewmcwatters
520 days ago
Completely vanilla, just using the web standards themselves.
this.innerHTML with a string template prefixed with /* html */ so syntax highlighting is applied.
link
this.innerHTML with a string template prefixed with /* html */ so syntax highlighting is applied.