A pretty great use-case for Map in JS
JS Map can store anything as a key, but you rarely need more than a number or string there. Here, I discuss a use-case where I needed something more.
It's my blog, kind of
JS Map can store anything as a key, but you rarely need more than a number or string there. Here, I discuss a use-case where I needed something more.
It appears to be a fairly common notion that having a single connected container component in your react-redux project is a recommended idea for a variety of reasons. The main one being that it was suggested by the main react and redux teams back in …