diff --git a/README.md b/README.md index 39b360a1e7a8a396baf2b0b094867eaf1f0081a9..e8d73f8eb4eaca6ac2f181211620193a566b3ed8 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)