A React Hook for creating a cloned state that supports modification, synchronous operation, and isolation from each other, with support for custom clone
functions, defaulting to JSON.parse(JSON.stringify(source))
.
Click links below to view source on GitHub.
Any valid JavaScript data type, such as string
, number
, object
, array
, etc.