Replicate immutable data in typescript with the ReplicationBuilder

Veröffentlicht 1 KommentarVeröffentlicht in Uncategorized

The ReplicationBuilder is a typescript tool to clone immutable data objects in a typesafe, refactorable and well readable way. In our single page applications we often use different implementations of redux to handle our application state. The more complex the data structures become, the more complex becomes the code that handles the immutable states when […]