From 39dbcd08ec19a80c7212e4e41e0414a9e5ed9e32 Mon Sep 17 00:00:00 2001 From: Aravind Balla Date: Thu, 21 Dec 2017 14:54:36 +0530 Subject: [PATCH] Add task for Lifting up state --- web-dev/Frontend/Libraries & Frameworks/Learn-React.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-dev/Frontend/Libraries & Frameworks/Learn-React.md b/web-dev/Frontend/Libraries & Frameworks/Learn-React.md index 86768d9..085a992 100644 --- a/web-dev/Frontend/Libraries & Frameworks/Learn-React.md +++ b/web-dev/Frontend/Libraries & Frameworks/Learn-React.md @@ -244,7 +244,7 @@ React is an open source javaScript library for building user interfaces by Faceb ### Tasks: -* Add +* Create an application with an Image and like button as a child component. Have a count in the parent which has the Image. When we press like button, the count should be incremented. ## Composition vs Inheritance