React Split Components: A new way of Function Components without Hooks
1. The Problem of Function Components and Hooks
1. Why Function Components?
Why does React officially promote Functional Components? Class Components isn't "unusable".
Because Functional Components are more in line with React's philosophy UI = f(stat...
lee.hashnode.dev7 min read