Skip to content

Commit b29c450

Browse files
joeeparkfscgoldenRobbyTiptondavidkim7773khobread
committed
Updated ReadMe to reflect v14.0 changes
Co-authored-by: Chris LeBrett <[email protected]> Co-authored-by: Robby Tipton <[email protected]> Co-authored-by: Joseph Park <[email protected]> Co-authored-by: David Kim <[email protected]> Co-authored-by: Kevin HoEun Lee <[email protected]>
1 parent ead1bb1 commit b29c450

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<a href="#how-to-use">How To Use</a> • <a href="#features">Features</a> • <a href="https://reactime.io">Website</a> • <a href="#read-more">Read More</a>
4444
</p>
4545

46-
Currently, Reactime supports React and React Router apps using stateful components and Hooks, with beta support for Recoil and Context API and frameworks like Gatsby and Next.js.
46+
Currently, Reactime supports React apps (now including React Router apps) using stateful components and Hooks, with beta support for Recoil and Context API and frameworks like Gatsby and Next.js.
4747

4848
<b>Reactime 14.0</b> has added the exciting features below:
4949

@@ -132,7 +132,7 @@ Using the actions sidebar, a user can jump to any previous recorded snapshots. H
132132

133133
### 🔹 Gatsby
134134

135-
Reactime offers fully support for Gatsby applications. You would be able to identify unnecessary renders, duration of each rendering, travel-debugging features and visual representation of the tree components.
135+
Reactime offers full support for Gatsby applications. You would be able to identify unnecessary renders, duration of each rendering, travel-debugging features and visual representation of the tree components.
136136

137137
### 🔹 Next.js
138138

@@ -230,7 +230,11 @@ After cloning this repository, developers can simply run `npm run docs` at the r
230230
- **Edar Liu** - [@liuedar](https://github.com/liuedar)
231231
- **Kristina Wallen** - [@kristinawallen](https://github.com/kristinawallen)
232232
- **Quan Le** - [@blachfog](https://github.com/Blachfog)
233-
- **Robert Maeda** - [@robmaeda](https://github.com/robmaeda)
233+
- **David Kim** - [@codejunkie7](https://github.com/codejunkie7)
234+
- **Robby Tipton** - [@RobbyTipton](https://github.com/RobbyTipton)
235+
- **Kevin HoEun. Lee** - [@khobread](https://github.com/khobread)
236+
- **Christopher LeBrett** - [@fscgolden](https://github.com/fscgolden)
237+
- **Joseph Park** - [@joeepark](https://github.com/joeepark)
234238

235239
## <b>License </b>
236240

src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ src/
3535
│   ├── module.d.ts #
3636
│   ├── package.json #
3737
│   ├── puppeteerServer.js #
38-
│   ├── routes.ts #
38+
│   ├── routes.ts # Interfaces with the browser history stack during inter-route time travel in React Router applications.
3939
│   ├── timeJump.ts # Rerenders DOM based on snapshot from background script
4040
│   └── tree.ts # Custom structure to send to background
4141

src/app/components/RouteDescription.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ const RouteDescription = (props: RouteProps): JSX.Element => {
88
// Use new URL to use the url.pathname method.
99
const { actions } = props;
1010
const url = new URL(actions[0].props.routePath);
11-
console.log(actions);
1211
return (
1312
<div className="routedescription">
1413
<h3 className="route">

0 commit comments

Comments
 (0)