- What is reselect and how it works?
- What is Flow?Flow is a static type checker designed to find type errors in JavaScript. Flow types can express much more fine-grained distinctions than traditional type systems. For example, Flow helps you catch errors involving
null
, unlike most type systems.