From fb14dcdd2c7e4e697362ab1cb2c0a06e1f644fa5 Mon Sep 17 00:00:00 2001 From: Avani Mathur <151984867+avanimathur@users.noreply.github.com> Date: Sat, 20 Jan 2024 20:53:32 +0530 Subject: [PATCH] Update Documentation on React.md --- Documentation on React.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation on React.md b/Documentation on React.md index ff1ea96..ef011fd 100644 --- a/Documentation on React.md +++ b/Documentation on React.md @@ -50,7 +50,7 @@ Explore libraries that allow styling components directly within JavaScript files ## 4. Hooks in React -![img3](image-41.png) +![img3](image-41.PNG) ### 4.1 Definition Functions that enable functional components to manage state, perform side effects, and reuse component logic. They address challenges in state management and code reuse.