27_string_interpolation
5:19
2 ลำโพง
2 บท
116 ส่วน
ลำโพง
บท
-
0:02
Let's start by having a closer look at string interpolation. Here in the server component, I don't want to output this here in the HTML code like this. I don't want to hard code the output here. It would be realistic that our server compone…
-
1:41บท 2: So, string interpolation is a typical use case here or a typical solution for this task here. 214s · Speaker 2
So, string interpolation is a typical use case here or a typical solution for this task here. Instead of the placeholder, I use my double curly braces, opening and closing. This is the string interpolation syntax. And in between these doubl…