diff --git a/site/content/faq/1100-is-svelte-v2-still-availabile.md b/site/content/faq/1100-is-svelte-v2-still-available.md similarity index 100% rename from site/content/faq/1100-is-svelte-v2-still-availabile.md rename to site/content/faq/1100-is-svelte-v2-still-available.md diff --git a/site/content/faq/1200-how-do-i-do-hmr.md b/site/content/faq/1200-how-do-i-do-hmr.md index 9160617537..37fb121c02 100644 --- a/site/content/faq/1200-how-do-i-do-hmr.md +++ b/site/content/faq/1200-how-do-i-do-hmr.md @@ -2,4 +2,4 @@ question: How do I do hot module reloading? --- -We recommend using [SvelteKit](https://kit.svelte.dev/), which supports HMR out of the box and is built on top of Vite and svelte-hmr. There are also community plugins for [rollup](https://github.com/rixo/rollup-plugin-svelte-hot) and [webpack](https://github.com/rixo/svelte-loader-hot). +We recommend using [SvelteKit](https://kit.svelte.dev/), which supports HMR out of the box and is built on top of [Vite](https://vitejs.dev/) and [svelte-hmr](https://github.com/sveltejs/svelte-hmr). There are also community plugins for [rollup](https://github.com/rixo/rollup-plugin-svelte-hot) and [webpack](https://github.com/rixo/svelte-loader-hot). diff --git a/site/content/faq/200-are-there-any-third-party-resources.md b/site/content/faq/200-are-there-any-third-party-resources.md new file mode 100644 index 0000000000..a4da9628a6 --- /dev/null +++ b/site/content/faq/200-are-there-any-third-party-resources.md @@ -0,0 +1,5 @@ +--- +question: Are there any third-party resources? +--- + +Svelte Society maintains a [list of books and videos](https://sveltesociety.dev/resources). diff --git a/site/content/faq/200-are-there-any-video-courses.md b/site/content/faq/200-are-there-any-video-courses.md deleted file mode 100644 index f5e49207ae..0000000000 --- a/site/content/faq/200-are-there-any-video-courses.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -question: Are there any video courses? ---- - -Rich Harris, the creator of Svelte, taught a course: - -- [Frontend Masters](https://frontendmasters.com/courses/svelte/) - -There are also a number of third-party courses: - -- [Egghead](https://egghead.io/browse/frameworks/svelte) -- [Udemy](https://www.udemy.com/courses/search/?q=sveltejs+svelte) (Note: Udemy frequently has discounts over 90%) -- [Pluralsight](https://www.pluralsight.com/search?q=svelte) - -Finally, there are also YouTube channels and playlists that teach Svelte: - -- [Svelte Master](https://www.youtube.com/channel/UCg6SQd5jnWo5Y70rZD9SQFA) -- [Svelte Tutorial for Beginners](https://www.youtube.com/watch?v=zojEMeQGGHs&list=PL4cUxeGkcC9hlbrVO_2QFVqVPhlZmz7tO) by The Net Ninja diff --git a/site/content/faq/250-are-there-any-books.md b/site/content/faq/250-are-there-any-books.md deleted file mode 100644 index c21106e540..0000000000 --- a/site/content/faq/250-are-there-any-books.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -question: Are there any books? ---- - -There are a few books: - -- [Svelte Handbook](https://flaviocopes.com/page/svelte-handbook/) by Flavio Copes -- [Svelte 3 Up and Running](https://www.amazon.com/dp/B08D6T6BKS/) by Alessandro Segala -- [Svelte and Sapper in Action](https://www.manning.com/books/svelte-and-sapper-in-action) by R. Mark Volkmann