Questions tagged [json-arrayagg]

No instructions have been provided for this tag at the moment!

What impact does using React state with JSON arrays have on performance?

Currently, as I am delving into learning react, I find myself working on an application that involves a json array stored in a state variable. An interesting observation I made is that React does not trigger a re-render when there are changes to a state va ...