Skip to content

Commit 9cb641b

Browse files
authored
Update getting-started.md
1 parent 5f037aa commit 9cb641b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/react/getting-started/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@ The build output is minified, and the filenames include hashes for caching.
186186
Your app is now ready to be deployed! Check out our `Deployment` documentation to learn how to deploy your app to popular hosting providers.
187187

188188
:::tip Vite for React Development
189-
For an alternative and more modern approach to setting up your React projects, consider using Vite, a blazing-fast build tool. Learn more about getting started with React and Vite in our dedicated guide: [Getting Started with React and Vite](/blog/getting-started-with-vite).
189+
For an alternative and more modern approach to setting up your React projects, consider using Vite, a blazing-fast build tool. Learn more about getting started with React and Vite in our dedicated guide: [Getting Started with React and Vite](#).
190190
:::
191191

192192
## Conclusion
193193

194-
In this guide, we learned how to get started with React by creating a new app using Create React App. We followed the steps to set up our development environment and build our first React application. We also explored the project structure and available scripts for managing our React app.
194+
In this guide, we learned how to get started with React by creating a new app using Create React App. We followed the steps to set up our development environment and build our first React application. We also explored the project structure and available scripts for managing our React app.

0 commit comments

Comments
 (0)