Skip to content

Commit

Permalink
Adds back SSR (#126)
Browse files Browse the repository at this point in the history
* Starts on SSR

* Gets slightly farther

* Adds passing portal test

* Adds a bit more descriptive names to psr

* Adds has element parent

* Starts on scope depth removal

* Removes scope depth

* Adds optimizer for SSR

* Adds dispose to hydration

* Moves cache to end

* Adds tests for boring

* Spruces up cache

* Adds instances

* Uses serializable type for ssr IO

* Changes useMailboxed to follow convention
  • Loading branch information
mikesol authored Aug 6, 2024
1 parent c576596 commit 276f48a
Show file tree
Hide file tree
Showing 26 changed files with 4,729 additions and 1,513 deletions.
Empty file added atdiff.diff
Empty file.
2 changes: 1 addition & 1 deletion codegen/spago.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ package:
- console
- tidy-codegen
- node-buffer
- node-fs-aff
- node-fs
- node-path
- language-cst-parser
- argonaut-core
Expand Down
2 changes: 2 additions & 0 deletions deku-core/spago.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ package:
- arrays
- catenable-lists
- control
- debug
- effect
- either
- fast-vect
Expand Down Expand Up @@ -35,3 +36,4 @@ package:
- web-events
- web-html
- web-uievents
- yoga-json
Loading

0 comments on commit 276f48a

Please sign in to comment.