sjc5 / hwy

Hwy is a fullstack web framework for driving a (p)react frontend with a Go backend. Includes end-to-end typesafety, file-based nested UI routing, and much more.
BSD 3-Clause "New" or "Revised" License
317 stars 3 forks source link

Come up with a solution for untyped intrinsic HTML elements #34

Closed sjc5 closed 11 months ago

sjc5 commented 11 months ago

See https://x.com/agilecoder/status/1716124574314606690?s=20 for explanation of issue

Related Hono issue: https://github.com/honojs/hono/issues/1409

Potential solution but unfortunate it relies on patch-package: https://github.com/yudai-nkt/hono-jsx-types

sjc5 commented 11 months ago

Hono is making good progress on this. I started a PR yesterday to fix this via Hwy, but it's better for Hono to do it.

Some background discussion / reasoning on approach to fix: https://github.com/honojs/hono/issues/1409

Hono's new PR: https://github.com/honojs/hono/pull/1614

Once Hono merges and releases that, we'll bump deps and close this.

sjc5 commented 11 months ago

Closed by 0.5.0 release