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?
Because JSX works directly with HTML so you would need to use HTML symbol codes for reserved letters.
You could use
<button>Next > </button>
or
<button>Next > </button>
Check out the full list here: http://www.ascii.cl/htmlcodes.htm
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With