Ilyes
Ilyes
@clessg Thanks for the feedback ! Really appreciated ! :) @gpbl I can look onto refactoring a little next week, if no one does !
I will be able to look into refactoring along your comments this friday. ;)
@diegohaz I've been a lot busy lately (just started a new job), but I will into refactoring this week (promess 😸). For now, you can use my fork (yachaka/denormalizr) ;...
@gpbl Updated README, added some code comment. I didn't refactor the denormalize entry point function ; I think it is more readable this way - splitted into 2 functions. In...
@gpbl Sup ?
Hello, I've currently forked and achieved memoization with denormalizr. I will push it soon on my repo, but I was unable to make it work with circular dependency ; I...
@diegohaz With cache, you can achieve 2 things : recompute only when the concerned entities have been changed, and recompute only the part of the denormalized entity which has changed....
@gpbl Shouldn't it be considered a new feature rather than a breaking change ? The old API is fully supported and existing code will not break.
Hi @RanVaknin, Sorry for delay Here's the working code : ```js import { Platform } from "react-native"; import jsBase64 from 'js-base64'; export default async function uploadLocalDebugData(showNotification: any) { const store...
Hello so I had the same issue and this happens because as said above, the framework is not built for `armv7`. This means this can't be shipped for any `<...