Dec 19, 2020
Two years since the introduction of Hooks, React official documentation still keeps class components at its forefront, Hooks are tucked away as an advanced topic. :-( Using a "class-less" style has helped our team to cut down on learning curve, even TypeScript becomes simple when there are no classes to worry about.