Committed by
GitHub
Update README.md
I couldn't figure out how to update the Table of Contents lol. I started googling and it seems like this might be using something that generates one for you? https://github.com/ekalinin/github-markdown-toc This is my first time contributing to a project that isn't my own. So I'm not too good with GitHub yet 😂. Please forgive me!
Showing
1 changed file
with
7 additions
and
1 deletions
| @@ -187,7 +187,7 @@ That's all. It's *that* simple. | @@ -187,7 +187,7 @@ That's all. It's *that* simple. | ||
| 187 | ### Video explanation about state management | 187 | ### Video explanation about state management |
| 188 | 188 | ||
| 189 | 189 | ||
| 190 | -Amateur coder did an awesome video about state management! Link: [Complete GetX State Management](https://www.youtube.com/watch?v=CNpXbeI_slw) | 190 | +Amateur Coder did an awesome video about state management! Link: [Complete GetX State Management](https://www.youtube.com/watch?v=CNpXbeI_slw) |
| 191 | 191 | ||
| 192 | You will get a good idea of GetX power. | 192 | You will get a good idea of GetX power. |
| 193 | 193 | ||
| @@ -465,6 +465,12 @@ Get.config( | @@ -465,6 +465,12 @@ Get.config( | ||
| 465 | ) | 465 | ) |
| 466 | ``` | 466 | ``` |
| 467 | 467 | ||
| 468 | +## Video explanation of Other GetX Features | ||
| 469 | + | ||
| 470 | + | ||
| 471 | +Amateur Coder did an awesome video about utils, storage, bindings and other features! Link: [GetX Other Features](https://youtu.be/ttQtlX_Q0eU) | ||
| 472 | + | ||
| 473 | + | ||
| 468 | # Breaking changes from 2.0 | 474 | # Breaking changes from 2.0 |
| 469 | 475 | ||
| 470 | 1- Rx types: | 476 | 1- Rx types: |
-
Please register or login to post a comment