138. Fetching Route Parameters Reactively
7:25
1 غږوونکي
2 څپرکي
178 برخې
غږوونکي
څپرکي
-
0:02څپرکی 1: In the last lecture, we saw how we can retrieve our route parameters, and it was working fine, but there are ways to break this. 300s · Speaker 1
In the last lecture, we saw how we can retrieve our route parameters, and it was working fine, but there are ways to break this. There are cases where this approach will not work, and I will show you a typical example. On our users componen…
-
5:02څپرکی 2: whenever the parameters change in this use case. 140s · Speaker 1
whenever the parameters change in this use case. So then this first argument, which should be a function here, is executed. I will use a ES6 arrow function. And here we will get the updated params as an argument. And you can set this of typ…