R
Jan 20, 2019Relational (and immutable) models as persistence layer
Keeping data in application state is a very common thing. But maintaining its size and complexity may...
Jan 20, 20194 min read15 reactions0 comments
Tag archive
Keeping data in application state is a very common thing. But maintaining its size and complexity may...
We describe how to use ImmutableJS records as Redux reducers, to bridge the gap between OOP and FP.
Memoization of selectors from Immutable.js using hash code