DEV Community

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

Collapse
 
shubham1710 profile image
Kumar Shubham

Thanks for your suggestions but since this is for beginners, I wanted to keep this simple and did not want to include more complext things. These things can be very well implemented to make it better.

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.