DEV Community

Discussion on: What's the hardest thing about learning React JS?

Collapse
 
raeadvent profile image
Raeneldis

The Flexibility of react.
You can use any pattern as you like (unlike vue or angular which is framework). It can make you lost in your own source code.

My solution : based on your coding habbit, start designing on your folder structure to separate logic and presentation, then continue to solidify your pattern down to the most detail when using react, then you should be good.

Collapse
 
sebaaismail profile image
S.Ismail

Good point bro.