Open nolimits4web opened 6 years ago
So i began to work on it, here is the TODO check list of things need to be done (already done):
[ ] Shadow DOM. The question is should we use it or not. Enabling it makes component inner DOM inaccessible from parent and not visible for main document styles. So if go with shadow DOM then we need to implement API to package styles with component, means we also need it for Vue and React compiler
[ ] Virtual DOM
[x] State management:
this.setState
methodthis.state
[ ] Props
this.props
[ ] Lifecycle hooks
[ ] Watchers
[x] Helpers
More information will appear here soon