Redux connect humor
In Redux you learned about the “connect” function. It takes two functions and returns a function. If you pass a React component into that returned function, then out comes another component that is just like the one you put in, but with super-powers. It’s kind of like Clark Kent walking into a phone booth and comes out as Superman — able to fly, leap tall buildings in a single bound, etc…
Ha ha