From 4be94504df7c0d182068a1216ba95326ced17654 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20Sait=20G=C3=BClmez?= Date: Sat, 28 Dec 2024 14:47:37 +0300 Subject: [PATCH] Update react documentation link --- source/docs/casper/developers/dapps/template-frontend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/casper/developers/dapps/template-frontend.md b/source/docs/casper/developers/dapps/template-frontend.md index 8fe5de8863..3476eac0e3 100644 --- a/source/docs/casper/developers/dapps/template-frontend.md +++ b/source/docs/casper/developers/dapps/template-frontend.md @@ -8,7 +8,7 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; For building web applications, it is most common to use the Casper JS SDK with React. This is a popular solution among developers, but you may use any front-end library or framework, including none at all, to interact with a Casper network via the [Casper JS SDK](https://github.com/casper-ecosystem/casper-js-sdk). -This guide will walk you through setting up and developing a React application with [Vite](https://vitejs.dev/) that communicates with a Casper network. Experience with Vite is not required; however, if you have never built a React app, you should begin by [reading the React documentation](https://reactjs.org/docs/getting-started.html). +This guide will walk you through setting up and developing a React application with [Vite](https://vitejs.dev/) that communicates with a Casper network. Experience with Vite is not required; however, if you have never built a React app, you should begin by [reading the React documentation](https://react.dev/learn). ## Get Started