frontendBy Zahid
is it safe to use dangerouslySetInnerHTML?
SAFE: It’s safe when the value you pass to dangerouslySetInnerHTML is fully static.
UNSAFE: It’s not safe when that value includes unsanitized user input or other untrusted data, because someone could inject HTML/script (e.g.