DEV Community

Discussion on: What a React developer needs to know in 2021

Collapse
 
dastasoft profile image
dastasoft

I would add as optional but highly recommended, knowing the principles of Clean Code and some understanding of how to apply a correct architecture to your project, in front-end we tend to hardcode more things like putting routes or literals directly in place instead of doing enums.

React is also about being clean and tidy :)

Collapse
 
thabo78828856 profile image
Thabo Moate

ok