Skip to content

Commit

Permalink
GITBOOK-170: Update reactjs.dev link
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao authored and gitbook-bot committed Oct 18, 2023
1 parent 28a6d1d commit 88ca0b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions guides/framework-integration/react-with-typescript.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: 'How to create an Electron app with React, TypeScript, and Electron Forge'
description: How to create an Electron app with React, TypeScript, and Electron Forge
---

# React with TypeScript
Expand Down Expand Up @@ -56,5 +56,4 @@ import './app';
{% endtab %}
{% endtabs %}

For more about React, see [their documentation](https://reactjs.org/docs/hello-world.html).

For more about React, see [their documentation](https://react.dev/learn/add-react-to-an-existing-project).
5 changes: 2 additions & 3 deletions guides/framework-integration/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ yarn add --dev @babel/core @babel/preset-react babel-loader
{% endtab %}

{% tab title="NPM" %}
```text
```
npm install --save-dev @babel/core @babel/preset-react babel-loader
```
{% endtab %}
Expand Down Expand Up @@ -90,5 +90,4 @@ import './app.jsx';
{% endtab %}
{% endtabs %}

For more about React, see [their documentation](https://reactjs.org/docs/hello-world.html).

For more about React, see their [documentation](https://react.dev/learn/add-react-to-an-existing-project).

0 comments on commit 88ca0b6

Please sign in to comment.