Skip to content Skip to sidebar Skip to footer

ReactJS: Sort Option Choices From API

I have a select and it gets the options from the api, and it looks like this: I want to sort them in ascending form but I don't know how to do that, here is my code