Open nilslindemann opened 3 years ago
How do I add labels? Could have documentation
.
The first example on page 5 in the reference uses the (to me) uncommon
<{ ... }>
syntax, which (I guess) needs to be used when one wants to join strings. You could explain its meaning at this point, or earlier.
I started working on a tutorial and this is good feedback :pray: <{ ... }>
is basically a way inject data into an HTML structure - in React this would be {...}
.
How do I add labels? Could have
documentation
.
I don't understand the question. Are you referring to https://developer.mozilla.org/en-US/docs/Web/HTML/Element/label?
Thanks too for your feedback :pray:
I just see, you called it Html expression, that makes sense.
I am talking of the labels which some of the issues have.
Ok, I guess labels is something only you can add.
I am talking of the labels which some of the issues have.
I've added it.
The first example on page 5 in the reference uses the (to me) uncommon
<{ ... }>
syntax, which (I guess) needs to be used when one wants to join strings. You could explain its meaning at this point, or earlier.