Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/de/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ title: Preact
<p class="tagline">Schnelle 3kB-Alternative zu React mit der gleichen ES6-API</p>
<p class="intro-buttons">
<a href="/guide/v10/getting-started" class="btn primary">Fang an</a>
<a href="/guide/v10/switching-to-preact" class="btn secondary">Wechsle zu Preact</a>
<a href="/guide/v10/getting-started#aliasing-react-to-preact" class="btn secondary">Wechsle zu Preact</a>
</p>
</jumbotron>

Expand Down Expand Up @@ -123,7 +123,7 @@ function Counter() {
Preacts Gestaltung lässt dich tausende Komponenten, die bereits im React-Ökosystem verfügbar sind, verwenden.
</p>
<p>
Das Hinzufügen eines einfachen <a href="/guide/v10/switching-to-preact#how-to-alias-preact-compat">preact-compat</a>-Alias zum Bundler fügt eine Kompatibilitätsschicht hinzu, die es erlaubt, selbst die komplexesten React-Komponenten in der eigenen Preact-App zu verwenden.
Das Hinzufügen eines einfachen <a href="/guide/v10/getting-started#aliasing-react-to-preact">preact-compat</a>-Alias zum Bundler fügt eine Kompatibilitätsschicht hinzu, die es erlaubt, selbst die komplexesten React-Komponenten in der eigenen Preact-App zu verwenden.
</p>
</div>
</section>
Expand Down Expand Up @@ -270,6 +270,6 @@ function Counter() {
</p>
<p>
<a href="/guide/v10/getting-started" class="btn primary">Fang an</a>
<a href="/guide/v10/switching-to-preact" class="btn secondary">Wechsle zu Preact</a>
<a href="/guide/v10/getting-started#aliasing-react-to-preact" class="btn secondary">Wechsle zu Preact</a>
</p>
</section>
2 changes: 1 addition & 1 deletion content/en/about/project-goals.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ The intentional items under [Differences to React](/guide/v10/differences-to-rea
- `Children`, can be replaced with native arrays
- `Synthetic Events`, since Preact does not attempt to patch issues in older browsers like IE8

[preact/compat]: /guide/v10/switching-to-preact
[preact/compat]: /guide/v10/getting-started#aliasing-react-to-preact
2 changes: 1 addition & 1 deletion content/en/guide/v10/differences-to-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,5 +171,5 @@ The legacy `Context` API requires Components to declare specific properties usin

[project goals]: /about/project-goals
[hyperscript]: https://github.com/dominictarr/hyperscript
[preact/compat]: /guide/v10/switching-to-preact
[preact/compat]: /guide/v10/getting-started#aliasing-react-to-preact
[mdn's event reference]: https://developer.mozilla.org/en-US/docs/Web/Events
143 changes: 0 additions & 143 deletions content/en/guide/v10/switching-to-preact.md

This file was deleted.

2 changes: 1 addition & 1 deletion content/en/guide/v11/differences-to-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,5 +171,5 @@ The legacy `Context` API requires Components to declare specific properties usin

[project goals]: /about/project-goals
[hyperscript]: https://github.com/dominictarr/hyperscript
[preact/compat]: /guide/v10/switching-to-preact
[preact/compat]: /guide/v10/getting-started#aliasing-react-to-preact
[mdn's event reference]: https://developer.mozilla.org/en-US/docs/Web/Events
143 changes: 0 additions & 143 deletions content/en/guide/v11/switching-to-preact.md

This file was deleted.

6 changes: 3 additions & 3 deletions content/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: Fast 3kB alternative to React with the same modern API
<p class="tagline">Fast 3kB alternative to React with the same modern API</p>
<p class="intro-buttons">
<a href="/guide/v10/getting-started" class="btn primary">Get Started</a>
<a href="/guide/v10/switching-to-preact" class="btn secondary">Switch to Preact</a>
<a href="/guide/v10/getting-started#aliasing-react-to-preact" class="btn secondary">Switch to Preact</a>
</p>
</jumbotron>

Expand Down Expand Up @@ -121,7 +121,7 @@ function Counter() {
Preact's design means you can seamlessly use thousands of Components available in the React ecosystem.
</p>
<p>
Adding a simple <a href="/guide/v10/switching-to-preact#how-to-alias-preact-compat">preact/compat</a> alias to your bundler provides a compatibility layer
Adding a simple <a href="/guide/v10/getting-started#aliasing-react-to-preact">preact/compat</a> alias to your bundler provides a compatibility layer
that enables even the most complex React components to be used in your application.
</p>
</div>
Expand Down Expand Up @@ -264,6 +264,6 @@ function Counter() {
</p>
<p>
<a href="/guide/v10/getting-started" class="btn primary">Get Started</a>
<a href="/guide/v10/switching-to-preact" class="btn secondary">Switch to Preact</a>
<a href="/guide/v10/getting-started#aliasing-react-to-preact" class="btn secondary">Switch to Preact</a>
</p>
</section>
6 changes: 3 additions & 3 deletions content/es/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ title: Preact
<p class="tagline">Una alternativa veloz a React en 3kB con la misma API de ES6</p>
<p class="intro-buttons">
<a href="/guide/v10/getting-started" class="btn primary">Primeros pasos</a>
<a href="/guide/v10/switching-to-preact" class="btn secondary">Cambiar a Preact</a>
<a href="/guide/v10/getting-started#aliasing-react-to-preact" class="btn secondary">Cambiar a Preact</a>
</p>
</jumbotron>

Expand Down Expand Up @@ -129,7 +129,7 @@ function Counter() {
</p>
<p>
Agregando un simple alias a
<a href="/guide/v10/switching-to-preact#how-to-alias-preact-compat">preact-compat</a> en tu bundler provee una capa de compatibilidad que habilita incluso los componentes de React más complejos para ser usados en tu aplicación.
<a href="/guide/v10/getting-started#aliasing-react-to-preact">preact-compat</a> en tu bundler provee una capa de compatibilidad que habilita incluso los componentes de React más complejos para ser usados en tu aplicación.
</p>
</div>
</section>
Expand Down Expand Up @@ -276,6 +276,6 @@ function Counter() {
</p>
<p>
<a href="/guide/v10/getting-started" class="btn primary">Primeros pasos</a>
<a href="/guide/v10/switching-to-preact" class="btn secondary">Cambiando a Preact</a>
<a href="/guide/v10/getting-started#aliasing-react-to-preact" class="btn secondary">Cambiando a Preact</a>
</p>
</section>
Loading