-
-
Notifications
You must be signed in to change notification settings - Fork 63.5k
Add svelte resources #5909
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 svelte resources #5909
Conversation
Thank you for creating and maintaining this repo. These are some excellent resources! |
@@ -504,6 +505,12 @@ | |||
* [Learn Redux](https://learnredux.com) - Wes Bos (email address *requested*) | |||
|
|||
|
|||
#### Svelte | |||
|
|||
* [Learn the Svelte JavaScript Framework](https://www.youtube.com/watch?v=ujbE0mzX-CU) - Noah Glaser, freeCodeCamp (YouTube) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not playlist but 7h video with chapters integrated in timeline
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I moved this to books. Hope that works!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a good moment to make some changes. When done, request for a review again using GitHub 🔃 button.
#### Svelte | ||
|
||
* [Learn the Svelte JavaScript Framework](https://www.youtube.com/watch?v=ujbE0mzX-CU) - Noah Glaser, freeCodeCamp (YouTube) | ||
* [Svelte Tutorial](https://www.youtube.com/watch?v=vhGiGqZ78Rs) - Beau Carnes, freeCodeCamp (YouTube) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
56min with chapters integrated in timeline
🤔 Too short?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Short, but quite dense. The course covers essentially building a whole app and a good amount of Svelte APIs. Happy to remove this if it doesn't fit!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It may also be a good fit for "Screencasts". Let me know which you'd prefer and I'll make the adjustment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Screencast are like podcast but for videos. Each resource have a different topic but are linked adding date or number. Eg: Topic.... #1`.
Conferences are also valid. Take an idea focusing into screencast already added.
It also use to have a page as frontend listing all of them 😉 . This is the resource to be added
@@ -223,6 +224,11 @@ | |||
* [React Tutorial](https://react-tutorial.app) | |||
|
|||
|
|||
#### Svelte | |||
|
|||
* [Svelte Tutorial](https://svelte.dev/tutorial/basics) - Svelte.dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not interactive. It has TOC. Move it to right section in books listing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved, thank you.
@@ -1258,6 +1259,12 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE | |||
* [The Complete Redux Book](https://leanpub.com/redux-book) - Boris Dinkevich and Ilya Gelman *(Leanpub account or valid email requested)* | |||
|
|||
|
|||
#### Svelte | |||
|
|||
* [Learn the Svelte JavaScript Framework](https://www.youtube.com/watch?v=ujbE0mzX-CU) - Noah Glaser, freeCodeCamp (YouTube) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not a book
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I must've misunderstood the previous comment. Where would be a good place to sort a 7hr video course?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
courses
Thanks, and welcome to free-programming-books! |
What does this PR do?
Add resource(s)
For resources
Description
Why is this valuable (or not)?
This PR adds two video courses and one interactive tutorial for Svelte. It introduces Svelte resources to the repo.
How do we know it's really free?
Resources are free on YouTube and on Svelte's own site.
For book lists, is it a book? For course lists, is it a course? etc.
Yes, for the courses and interactive tutorial.
Checklist:
Follow-up