forked from redwoodjs/redwood
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:redwoodjs/redwood into feat/auth-fw…
…d-cookies-dbauth * 'main' of github.com:redwoodjs/redwood: fix(dependencies): Use RW-specific version of apollo ssr package (redwoodjs#9992) RSC: chore(test): Update RSC test fixture project (redwoodjs#9990) RSC: createServerCell (redwoodjs#9987) chore(refactor): Router: Splitting things up into smaller files (redwoodjs#9988) chore(project-config): make chore changes to trigger ci (redwoodjs#9985)
- Loading branch information
Showing
36 changed files
with
421 additions
and
712 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 6 additions & 2 deletions
8
__fixtures__/test-project-rsc-external-packages-and-cells/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
RW smoke-test fixture project for an app that uses RSC and imports external npm | ||
packages | ||
RW smoke-test fixture project for an app that tests two RSC related features | ||
1. imports external npm packages | ||
2. Uses client cells to do client-side gql data fetching | ||
|
||
Mainly these things are tested: | ||
* Importing a package with company scope (@ and / in its name) | ||
* Importing a package that uses the 'use client' directive | ||
* Using the 'client-only' package | ||
* Using the 'server-only' package | ||
* Imports a traditional RW Cell into a page (that's, like all pages, a server | ||
component) to verify that we can still do client side GQL data fetching | ||
like we've always been able to do | ||
|
||
Used by `.github/actions/set-up-rsc-from-fixture` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
...ernal-packages-and-cells/web/src/components/UserExample/NewUserExample/NewUserExample.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.