Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add talks and example apps #684

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2874,6 +2874,7 @@ 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
- [How to Structure & Organize a React + Typescript App](https://youtu.be/MjiWWOzp0vo?si=exinx7nA-9Nt3kms)
- Please help contribute to this new section!

<!--END-SECTION:talks-->
Expand Down Expand Up @@ -2907,6 +2908,7 @@ It is worth mentioning some resources to help you get started:
- [Create React App TypeScript Todo Example 2021](https://github.com/laststance/create-react-app-typescript-todo-example-2021)
- [Ben Awad's 14 hour Fullstack React/GraphQL/TypeScript Tutorial](https://www.youtube.com/watch?v=I6ypD7qv3Z8)
- [Cypress Realworld App](https://github.com/cypress-io/cypress-realworld-app)
- [Advanced Note App with React + Typescript](https://youtu.be/j898RGRw0b4?si=deTBkAQce42QNkpS)

<!--END-SECTION:examples-->

Expand Down
1 change: 1 addition & 0 deletions docs/basic/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ sidebar_label: Examples
- [Create React App TypeScript Todo Example 2021](https://github.com/laststance/create-react-app-typescript-todo-example-2021)
- [Ben Awad's 14 hour Fullstack React/GraphQL/TypeScript Tutorial](https://www.youtube.com/watch?v=I6ypD7qv3Z8)
- [Cypress Realworld App](https://github.com/cypress-io/cypress-realworld-app)
- [Advanced Note App with React + Typescript](https://youtu.be/j898RGRw0b4?si=deTBkAQce42QNkpS)
1 change: 1 addition & 0 deletions docs/basic/recommended/talks.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ 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
- [How to Structure & Organize a React + Typescript App](https://youtu.be/MjiWWOzp0vo?si=exinx7nA-9Nt3kms)
- Please help contribute to this new section!