barelyhuman / preact-native

experimental renderer for preact to work with react-native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

full preact compat

barelyhuman opened this issue · comments

While the current setup already works with basic preact work, we need to make sure that the DOM is compatible with everything preact uses right now so that the area of failure due to an incomplete node tree is a lot less.

sub-issues:

  • preact/hooks don't know who the parent component or invoking component is