forked from vikejs/vike
-
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.
- Loading branch information
Showing
2 changed files
with
14 additions
and
18 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,14 +1,13 @@ | ||
import { Integration } from '../components/Integration' | ||
|
||
The *UI framework* denotes the tool that renders your UI components to the browser. For example: | ||
- [React](/react) | ||
- [Angular](/angular) | ||
- [Vue](/vue) | ||
- [Svelte](/svelte) | ||
- [Solid](/solid) | ||
- [Preact](/preact) | ||
- ... | ||
|
||
> Technically speaking: the core responsability of the UI framework is to translate changes in your declarative components into browser DOM manipulating operations. | ||
<Integration toolTypeName="UI framework" /> | ||
|
||
> The *UI framework* denotes the tool that renders your UI components. For example: | ||
> - [React](/react) | ||
> - [Angular](/angular) | ||
> - [Vue](/vue) | ||
> - [Svelte](/svelte) | ||
> - [Solid](/solid) | ||
> - [Preact](/preact) | ||
> - ... | ||
> Technically speaking, the main responsability of a UI framework is to translate changes in your declarative components into changes to the browser's DOM. |
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,12 +1,9 @@ | ||
import { Link, Note } from '@brillout/docpress' | ||
|
||
A `vike-*` package automatically integrates a <Link text="UI framework" href="/ui-framework" /> with Vike. | ||
The `vike-*` packages automatically integrate <Link text="UI frameworks" href="/ui-framework" /> with Vike. | ||
|
||
For example: | ||
|
||
<Note type='construction'>These packages are work-in-progress.</Note> | ||
|
||
- `vike-react` | ||
- [`vike-react`](https://github.com/brillout/vike-react) | ||
- `vike-vue` | ||
- `vike-solid` | ||
- [`vike-solid`](https://github.com/magne4000/vike-solid) | ||
|
||
<Note type='construction'>These packages are work-in-progress.</Note> |