DEV Community

Discussion on: Build an E-Commerce Website with MERN Stack - Part 6 (Redux Actions and Auth Components)

Collapse
 
zhnedyalkow profile image
Zhitomir Oreshenski

Well, I am not quite sure if class based components are simpler as well. Thanks for the tutorial and effort anyway!

Thread Thread
 
shubham1710 profile image
Kumar Shubham

Yes, you are right. Class based comps are not any simpler than functional ones. I was talking about those validations and typescript stuff.

I too like the functional components more but this project was made that way by me so I just used class hased comps in the tutorials.