27_string_interpolation

5:19 2 ลำโพง 2 บท 116 ส่วน

บท

  1. 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…

  2. 1:41

    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…