-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #153 from vikejs/phonzammi/dev
docs: minor
- Loading branch information
Showing
6 changed files
with
26 additions
and
27 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,2 @@ | ||
[Vike extensions](https://vike.dev/extensions) for [React](https://react.dev). | ||
|
||
- `vike-react` (React integration) | ||
- Docs: [vike.dev/vike-react](https://vike.dev/vike-react) | ||
- Version history: [CHANGELOG.md](packages/vike-react/CHANGELOG.md) | ||
- Source code: [packages/vike-react/](packages/vike-react) | ||
- `vike-react-query` ([TanStack Query](https://tanstack.com/query) integration) | ||
- Docs: [README.md](packages/vike-react-query#readme) | ||
- Version history: [CHANGELOG.md](packages/vike-react-query/CHANGELOG.md) | ||
- Source code: [packages/vike-react-query/](packages/vike-react-query) | ||
- `vike-react-apollo` ([Apollo GraphQL](https://www.apollographql.com/docs/react) integration) | ||
- Docs: [README.md](packages/vike-react-apollo#readme) | ||
- Version history: [CHANGELOG.md](packages/vike-react-apollo/CHANGELOG.md) | ||
- Source code: [packages/vike-react-apollo/](packages/vike-react-apollo) | ||
|
||
> [!NOTE] | ||
> The source code is [small, simple, and highly polished](https://vike.dev/vike-react#under-the-hood). Contributing is easy and welcome, see [CONTRIBUTING.md](CONTRIBUTING.md) to get started. | ||
Source code of following Vike React extensions: [Vike Docs > Extensions > React](https://vike.dev/extensions#react). | ||
See [packages/](packages/). |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
Docs: [vike.dev/vike-react](https://vike.dev/vike-react) | ||
Source code: [GitHub > vikejs/vike-react](https://github.com/vikejs/vike-react) | ||
See [Vike Docs > vike-react](https://vike.dev/vike-react). |