tbranyen / diffhtml

diffHTML is a web framework that helps you build applications and other interactive content
https://diffhtml.org
MIT License
868 stars 47 forks source link

React compat layer #248

Open tbranyen opened 2 years ago

tbranyen commented 2 years ago

Before we can ship a 1.0, we need more baseline compatibility with React components. Since most components are using hooks now, we'll need to wire up support using createState and createSideEffect.

tbranyen commented 2 years ago

React hooks:

Top-level React API: