Skip to content

Commit

Permalink
docs: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Jun 13, 2023
1 parent 5dbc7de commit 95e1099
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 18 deletions.
21 changes: 10 additions & 11 deletions docs/pages/ui-framework.page.server.mdx
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.
11 changes: 4 additions & 7 deletions docs/pages/vike-packages.page.server.mdx
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>

0 comments on commit 95e1099

Please sign in to comment.