From 0c4a7935a34790ddc512fb7dd686437dc2074074 Mon Sep 17 00:00:00 2001 From: Sagnik Sahoo Date: Mon, 16 Oct 2023 06:55:08 +0000 Subject: [PATCH 1/2] added few more talks --- README.md | 4 ++++ docs/basic/recommended/talks.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 5d4403dc..752d4d43 100644 --- a/README.md +++ b/README.md @@ -2874,6 +2874,10 @@ If you're looking for information on Prettier, check out the [Prettier](https:// - [Advanced TypeScript with React](https://youtu.be/zQfD4ZxxyKA?si=FmrgOq667svX6C9O), by Nikhil Verma 2019 - [Senior Typescript Features You don't Know About - clean-code](https://www.youtube.com/watch?v=Y4u97vJqmhM), by CoderOne 2023 - [React & TypeScript - Course for Beginners](https://www.youtube.com/watch?v=FJDVKeh7RJI), by FreeCodeCamp 2022 +- [TypeScript + React](https://www.youtube.com/watch?v=1ZnrX3wiNTU), by Chris Toomey 2019 +- [Mastering React Hooks](https://www.youtube.com/watch?v=zM_ZiSl2n2E), by Jack Herrington 2021 +- [Using Hooks and codegen](https://www.youtube.com/watch?v=cdsnzfJUqm0) by Tejas Kumar 2019 + - Please help contribute to this new section! diff --git a/docs/basic/recommended/talks.md b/docs/basic/recommended/talks.md index aa999072..2cf384ed 100644 --- a/docs/basic/recommended/talks.md +++ b/docs/basic/recommended/talks.md @@ -10,4 +10,8 @@ sidebar_label: Talks - [Advanced TypeScript with React](https://youtu.be/zQfD4ZxxyKA?si=FmrgOq667svX6C9O), by Nikhil Verma 2019 - [Senior Typescript Features You don't Know About - clean-code](https://www.youtube.com/watch?v=Y4u97vJqmhM), by CoderOne 2023 - [React & TypeScript - Course for Beginners](https://www.youtube.com/watch?v=FJDVKeh7RJI), by FreeCodeCamp 2022 +- [TypeScript + React](https://www.youtube.com/watch?v=1ZnrX3wiNTU), by Chris Toomey 2019 +- [Mastering React Hooks](https://www.youtube.com/watch?v=zM_ZiSl2n2E), by Jack Herrington 2021 +- [Using Hooks and codegen](https://www.youtube.com/watch?v=cdsnzfJUqm0) by Tejas Kumar 2019 + - Please help contribute to this new section! From d9bbc9d3f5b0be514de9a1ee2be4ea8b72453a96 Mon Sep 17 00:00:00 2001 From: Sagnik Sahoo Date: Mon, 16 Oct 2023 14:31:57 +0530 Subject: [PATCH 2/2] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Filip TammergÄrd <44197016+filiptammergard@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 752d4d43..d1fb6cca 100644 --- a/README.md +++ b/README.md @@ -2876,7 +2876,7 @@ If you're looking for information on Prettier, check out the [Prettier](https:// - [React & TypeScript - Course for Beginners](https://www.youtube.com/watch?v=FJDVKeh7RJI), by FreeCodeCamp 2022 - [TypeScript + React](https://www.youtube.com/watch?v=1ZnrX3wiNTU), by Chris Toomey 2019 - [Mastering React Hooks](https://www.youtube.com/watch?v=zM_ZiSl2n2E), by Jack Herrington 2021 -- [Using Hooks and codegen](https://www.youtube.com/watch?v=cdsnzfJUqm0) by Tejas Kumar 2019 +- [Using Hooks and codegen](https://www.youtube.com/watch?v=cdsnzfJUqm0), by Tejas Kumar 2019 - Please help contribute to this new section!