Skip to content

Commit

Permalink
use react-streaming-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Oct 16, 2023
1 parent 1117da3 commit 0e02a26
Show file tree
Hide file tree
Showing 27 changed files with 12 additions and 939 deletions.
7 changes: 6 additions & 1 deletion packages/_scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,12 @@ export default async function ({ plugin }) {

// its not a special directory, treat it as a sub module
else {
await build({ package_json, source: dir, plugin, bundle: dirname !== 'server' })
await build({
package_json,
source: dir,
plugin,
bundle: dirname !== 'server' && dirname !== 'streaming',
})

package_json.exports['./' + dirname] = {
types: `./build/${dirname}/index.d.ts`,
Expand Down
2 changes: 1 addition & 1 deletion packages/houdini-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"houdini": "workspace:^",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-streaming-compat": "^0.3.17",
"react-streaming-compat": "^0.3.18",
"recast": "^0.23.1",
"rollup": "^3.7.4",
"use-deep-compare-effect": "^1.8.1"
Expand Down
19 changes: 0 additions & 19 deletions packages/houdini-react/src/runtime/server/index.ts

This file was deleted.

219 changes: 0 additions & 219 deletions packages/houdini-react/src/runtime/server/renderToStream.ts

This file was deleted.

This file was deleted.

Loading

0 comments on commit 0e02a26

Please sign in to comment.