Skip to main content

All Questions

Filter by
Sorted by
Tagged with
2 votes
1 answer
64 views

recursive function improvement

I am creating routes from an array of menuItems. I have written a recursive function, which works fine but I think the code can be improved. So, I need you guys to review my code and suggest me some ...
Vishal's user avatar
  • 197
4 votes
1 answer
553 views

React.js Nested Nav Bar

This was written for a coding challenge for a company I recently starting working for. I'm looking for any suggestions on how to clean up the code, as well as any issues anyone thinks may occur as it ...
Pnsk's user avatar
  • 41