From a633ab445154c5b08e5b7acd32677352952a138a Mon Sep 17 00:00:00 2001
From: "Mazzini Francesco (Student Com20)"
 <francesco.mazzini@stud-inf.unibz.it>
Date: Wed, 12 May 2021 07:15:05 +0000
Subject: [PATCH] Update README.md

---
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 39b360a..e8d73f8 100644
--- a/README.md
+++ b/README.md
@@ -48,4 +48,8 @@ yarn start
 
 [react calendar app](https://codesandbox.io/s/kkyvoj97pv?from-embed=&file=/src/index.js)
 
-[Typescript cheatsheet](https://github.com/typescript-cheatsheets/react/blob/main/README.md#hooks)
\ No newline at end of file
+[Typescript cheatsheet](https://github.com/typescript-cheatsheets/react/blob/main/README.md#hooks)
+
+[Conditional Rendering](https://reactjs.org/docs/conditional-rendering.html)
+
+[Lists and Keys](https://reactjs.org/docs/lists-and-keys.html)
-- 
GitLab