Skip to content

Commit ecc7892

Browse files
Add svelte resources (#5909)
* add svelte interactive tutorial * add svelte courses * add svelte to index * move svelte resource to books listing * move svelte resource to courses
1 parent 4ed4384 commit ecc7892

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

Diff for: books/free-programming-books-langs.md

+6
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
112112
* [React](#react)
113113
* [React Native](#react-native)
114114
* [Redux](#redux)
115+
* [Svelte](#svelte)
115116
* [Vue.js](#vuejs)
116117
* [Jenkins](#jenkins)
117118
* [Julia](#julia)
@@ -1268,6 +1269,11 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
12681269
* [The Complete Redux Book](https://leanpub.com/redux-book) - Boris Dinkevich and Ilya Gelman *(Leanpub account or valid email requested)*
12691270

12701271

1272+
#### Svelte
1273+
1274+
* [Svelte Tutorial](https://svelte.dev/tutorial/basics) - Svelte.dev
1275+
1276+
12711277
#### Vue.js
12721278

12731279
* [30 Days Of Vue](https://www.newline.co/30-days-of-vue) - Hassan Djirdeh (HTML; *email required for PDF*)

Diff for: courses/free-courses-en.md

+7
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
* [React](#react)
3838
* [React Native](#react-native)
3939
* [Redux](#redux)
40+
* [Svelte](#svelte)
4041
* [Vue.js](#vuejs)
4142
* [Kotlin](#kotlin)
4243
* [Kubernetes](#kubernetes)
@@ -508,6 +509,12 @@
508509
* [Learn Redux](https://learnredux.com) - Wes Bos (email address *requested*)
509510

510511

512+
#### Svelte
513+
514+
* [Learn the Svelte JavaScript Framework](https://www.youtube.com/watch?v=ujbE0mzX-CU) - Noah Glaser, freeCodeCamp (YouTube)
515+
* [Svelte Tutorial](https://www.youtube.com/watch?v=vhGiGqZ78Rs) - Beau Carnes, freeCodeCamp (YouTube)
516+
517+
511518
#### Vue.js
512519

513520
* [Internationalization with vue-i18n](https://vueschool.io/courses/internationalization-with-vue-i18n)

0 commit comments

Comments
 (0)