Ronald Mize jr

Results 2 comments of Ronald Mize jr

Try to add a use effect() hook to run everytime count changes so it will probably look something like this useEffect() { Update count code here , [count]} Basically the...

You may also be able to add prev + 1 so it saves the count and then adds 1