DEV Community

Discussion on: Recursive rendering in React: Building a universal JSON renderer

Collapse
 
avanthikaa profile image
Avanthikaa

Is there a way to also accept values for modifying the JSON data?
For instance, if I wanted to change the name from "Becky Vega" to something else, is there a way that this code can be modified to make it an editable field instead of just a display?