Skip to content

Commit b91595c

Browse files
committed
Tweak title
1 parent 6939ee5 commit b91595c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/usage/migrating-rtk-2.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: migrating-rtk-2
3-
title: Migrating to RTK 2.x and Redux 5.x
4-
sidebar_label: Migrating to RTK 2.x and Redux 5.x
3+
title: Migrating to RTK 2.0 and Redux 5.0
4+
sidebar_label: Migrating to RTK 2.0 and Redux 5.0
55
hide_title: true
66
toc_max_heading_level: 4
77
---
@@ -10,7 +10,7 @@ toc_max_heading_level: 4
1010

1111
<div className="migration-guide">
1212

13-
# Migrating to RTK 2.x and Redux 5.x
13+
# Migrating to RTK 2.0 and Redux 5.0
1414

1515
:::tip What You'll Learn
1616

@@ -49,7 +49,7 @@ We've done local testing of the package, but we ask the community to try out thi
4949
We've updated the build output in several ways:
5050

5151
- **Build output is no longer transpiled!** Instead we target modern JS syntax (ES2020)
52-
- Moved all build artifacts to live under ./dist/, instead of separate top-level folders
52+
- Moved all build artifacts to live under `./dist/`, instead of separate top-level folders
5353
- The lowest Typescript version we test against is now 4.7
5454

5555
#### Dropping UMD builds
@@ -94,7 +94,7 @@ To fix this, there are three options:
9494

9595
In 2019, we began a community-powered conversion of the Redux codebase to TypeScript. The original effort was discussed in [#3500: Port to TypeScript](https://github.com/reduxjs/redux/issues/3500), and the work was integrated in PR [#3536: Convert to TypeScript](https://github.com/reduxjs/redux/issues/3536).
9696

97-
However, the TS-converted code in master has sat around since then, unused and unpublished, due to concerns about possible compatibility issues with the existing ecosystem (as well as general inertia on our part).
97+
However, the TS-converted code sat around in the repo for several years, unused and unpublished, due to concerns about possible compatibility issues with the existing ecosystem (as well as general inertia on our part).
9898

9999
Redux core v5 is now built from that TS-converted source code. In theory, this should be almost identical in both runtime behavior and types to the 4.x build, but it's very likely that some of the changes may cause types issues.
100100

0 commit comments

Comments
 (0)