Commit Graph

19 Commits

Author SHA1 Message Date
fe89360ac5 Revert "Fix children not rendering when render() called from different module"
This reverts commit 9b8d789da0.
2026-01-20 21:26:09 -08:00
9b8d789da0 Fix children not rendering when render() called from different module
Create stable component function references at definition time instead of
on every render. This fixes Hono's JSX reconciliation losing track of
children when the component type identity keeps changing.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 21:02:58 -08:00
e772e0e711 remove hono dependency 2026-01-20 16:42:19 -08:00
50aa4c5d07 Merge pull request 'Fix HMR import.meta.hot for Bun static analysis' (#1) from probablycorey/forge:fix/hmr-static-analysis into main
Reviewed-on: #1
2026-01-21 00:02:47 +00:00
8484553029 Fix HMR import.meta.hot for Bun static analysis
Use direct conditional instead of optional chaining so Bun can
statically analyze and remove the HMR block in production builds.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 10:46:15 -08:00
e14821c699 fix HMR support 2026-01-16 08:30:44 -08:00
50054b014f extendThemes() 2026-01-16 08:30:41 -08:00
Chris Wanstrath
1e013287cf HMR support 2026-01-13 15:24:03 -08:00
Chris Wanstrath
e30f8c8a68 fix packaging 2026-01-13 15:23:56 -08:00
Chris Wanstrath
992bddc769 readme on landing page 2026-01-05 17:04:08 -08:00
Chris Wanstrath
85844c9b44 tweak 2025-12-29 15:14:40 -08:00
Chris Wanstrath
718dc3b73d selectors 2025-12-29 15:11:18 -08:00
Chris Wanstrath
8a4408fe22 ta 2025-12-29 14:49:10 -08:00
Chris Wanstrath
dafbce762b themes 2025-12-29 14:26:54 -08:00
Chris Wanstrath
855112ac82 themes 2025-12-29 14:18:30 -08:00
Chris Wanstrath
f66a47d0bb dark theme 2025-12-29 13:27:11 -08:00
Chris Wanstrath
c04300802d better anon names 2025-12-29 13:27:01 -08:00
Chris Wanstrath
f643f8b2eb README+theme 2025-12-29 13:17:19 -08:00
c561207128 FORGE 2025-12-29 12:21:58 -08:00