I am attempting to make a button increment an input text value.
The button increments or decrements the value. (value = '+' OR '-'
)
(See picture below)
To get the value of this input text
and then when use the value what we just get and +1
I require a full example of this using reactjs please.