ldoughty05 / PersonalWebsite

My personal website where I show off all of my projects.
0 stars 3 forks source link

Does not follow React component based design principle #7

Open glimmrz opened 3 weeks ago

glimmrz commented 3 weeks ago

This app does not follow react component based design principal. Consider breaking down the elements into smaller components and it will be way easier and clean. Additionally use .jsx extension instead of .js as anything that is not plain JavaScript should go into its own extension in this case .jsx