Adegoke Ayobami Seunayobamiseun.hashnode.dev·Oct 10, 2021Simplify Immutable Data Structures in JavaScript with Immer.jsIntroduction It can be difficult to maintain immutability with JavaScript, especially when working with intricate data structures. However, leveraging immutable data structures can simplify code complexity and enhance performance by preventing uninte...React
Tao Chenbabyfish-ct.hashnode.dev·Jun 20, 2022A new ORM and why we need it.I've created a framework about immutable data and ORM for immutable data. Project name: Jimmer Project Home: https://babyfish-ct.github.io/jimmer-doc/ Overview Jimmer is divided into two parts, jimmer-core and jimmer-sql. jimmer-core: Immutable data...345 readsJava