React Native Memory Profiling (JSC vs. V8 vs. Hermes)
We were facing memory issue with our Android app @WalmartLabs since stock JSC was doing minimal garbage collection in Android. We tried… (more…)
Read more »This is third and final part of my introduction to React without using any code. With this being the third part, I will assume you have some understanding of React. If you don’t, go check out part 1… Read more