issues
search
jahilldev
/
component-elements
Create a custom element from any component with these tiny functions (2KB GZipped, ~1KB Brotli). Preact and React currently supported
MIT License
89
stars
7
forks
source link
Refactor parseHtml into shared package
#20
Open
jahilldev
opened
2 years ago
jahilldev
commented
2 years ago
For better maintenance, we've now moved the
parseHtml
logic into the shared package
The HTML parser now outputs a generic data tree rather than VDom nodes
Converting the data tree to VDom is still the responsibility of the framework package
TODO
Define interface for generic data tree representing DOM structure
parseHtml
logic into the shared packageTODO