@fernkul
Learning cool stuff
Nothing here yet.
Nothing here yet.
No blogs yet.
React has a VirtualDOM which arguably make is performant. Angular folks, does Angular have a Virtual DOM, as similar to React; or is it all Vanilla JS manipulation? If it doesn’t, do yo think Angular should ship with a Virtual DOM?
MSMev-Rael and 1 more commentedSometimes I need to map both objects properties and arrays. Since Array.map supports only arrays, I end up using lodash/map (Lodash supports both objects and arrays). What's the recommended way to handle this?
DTJPMCh and 5 more commentedI understand that they pass the this value outside the context of a function, into the function. But what I want to understand is, are they just syntactic sugar on top of doing var self = this; and using self inside the function; or do they differ fr...
LMPeter and 1 more commentedI was reading Redux documentation, and this is what I read: It is highly recommended that you only put plain serializable objects, arrays, and primitives into your store. It's technically possible to insert non-serializable items into the store, but...
ZMGhazouane and 1 more commented