In normal javascript, I can easily add an arrow like:
<button>Next > </button>
but I try that is JSX, the arrow will be ignored/dismissed. Hmm is there any way I can enable that?
In normal javascript, I can easily add an arrow like:
<button>Next > </button>
but I try that is JSX, the arrow will be ignored/dismissed. Hmm is there any way I can enable that?
Copyright © 2021 Jogjafile Inc.
Because JSX works directly with HTML so you would need to use HTML symbol codes for reserved letters.
You could use
or
Check out the full list here: http://www.ascii.cl/htmlcodes.htm