Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Do Not Merge] - Move/rename 'Differences to React' to 'Differences from React' #250

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: Differences to React
permalink: '/guide/differences-to-react'
name: Differences from React
permalink: '/guide/differences-from-react'
---

# Differences to React
# Differences from React

Preact itself is not intended to be a reimplementation of React. There are differences. Many of these differences are trivial, or can be completely removed by using [preact-compat], which is a thin layer over Preact that attempts to achieve 100% compatibility with React.

Expand Down
4 changes: 2 additions & 2 deletions src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"name": "Getting Started"
},
{
"path": "/guide/differences-to-react",
"name": "Differences to React"
"path": "/guide/differences-from-react",
"name": "Differences from React"
},
{
"path": "/guide/switching-to-preact",
Expand Down