mirror of https://github.com/status-im/reagent.git
Fix link to next tutorial
This commit is contained in:
parent
72c95257c1
commit
841f3b2ec8
|
@ -211,4 +211,4 @@ Notice the vector `["Mum" "Dad" "Aunt Edith"]` in the hiccup. Reagent will try
|
|||
|
||||
## Next Step
|
||||
|
||||
We've now seen how we can use functions and `[]` to create Components. In the [[next tutorial|When Do components update?]], we'll understand how and when these Components update.
|
||||
We've now seen how we can use functions and `[]` to create Components. In the [next tutorial](WhenDoComponentsUpdate.md), we'll understand how and when these Components update.
|
||||
|
|
Loading…
Reference in New Issue