omcljs / om

ClojureScript interface to Facebook's React
6.65k stars 364 forks source link

om/next/cache.cljc #832

Open petterik opened 7 years ago

petterik commented 7 years ago

My original patch for #795

petterik commented 7 years ago

Since I made the patch, I've seen talks in slack channel om, about using IHistory for the :history reconciler option (https://clojurians-log.clojureverse.org/om/2016-12-07.html).

Should we change the name of ICache to IHistory? Do we want users to be able to pass a number or an IHistory type to the :history key?