For example:
would be compiled into:
and would display on page like:
After walking through the docs I found that I can use backtick string to avoid escaping, but I’m curious why is this escaping happening at the first place?
Thanks for the information! So if I understand correctly, the escaping is happening because rescript compiler treats source code as an ASCII characters stream?