Commit Graph

13 Commits

Author SHA1 Message Date
Alistair Smith
cc84e271ff changes 2025-09-22 18:10:57 -07:00
Alistair Smith
8b7bc0fe59 dont attempt to resolve initial rsc payload when doing first render on server 2025-09-19 18:38:53 -07:00
Alistair Smith
7e89ca3d2f link 2025-09-19 18:26:38 -07:00
Alistair Smith
361cd05676 move framework entrypoints 2025-09-19 18:09:14 -07:00
Alistair Smith
6556138c7b types 2025-09-19 14:08:00 -07:00
Alistair Smith
da0b090834 use the specific bundles 2025-09-18 17:25:26 -07:00
Alistair Smith
ecd2fed665 try with redo of react-server-dom-bun 2025-09-16 15:11:22 -07:00
Alistair Smith
bb19610f0d Update Bun framework to use react-server-dom-webpack and upgrade dependencies
- Changed module imports from "react-server-dom-bun" to "react-server-dom-webpack" in multiple files.
- Updated dependencies in package.json and bun.lock to use newer versions of React, React DOM, React Refresh, and the new react-server-dom-webpack package.
- Adjusted type definitions in bun-types to reflect changes in import sources.

This update enhances compatibility with the latest React features and improves the overall framework structure.
2025-09-15 21:00:46 -07:00
Alistair Smith
dca34819b6 remove uninit state for a store 2025-09-11 16:45:55 -07:00
Alistair Smith
e50385879b Fix Router navigation state handling
The changes improve state handling during client-side navigation by: -
Using correct function updates with setAppState - Preserving abort
controller on updates - Adding proper cache ID comparison - Moving
router instance to constants
2025-09-09 21:39:19 -07:00
Alistair Smith
20d2f3805e force passing a cacheId 2025-09-09 21:21:03 -07:00
Alistair Smith
9ea2ec876e Refactor the client a lot 2025-09-09 21:06:37 -07:00
Alistair Smith
cccae0cc79 Start splitting up the client 2025-09-09 19:37:58 -07:00