79082571

Date: 2024-10-13 06:53:32
Score: 1.5
Natty:
Report link

I think you're ask too much from React, whose goal is building single page applications.

If you don't want big bundles because the initial loading time worries you; You will have to make a React application per folder; then make sure every link points to the right URL. This will add more complexity because is more deployments, duplicate code, etc.

I highly recommend React router, I think you should check it out... https://reactrouter.com/en/main/start/overview

React Router enables "client side routing".

And many others.

Reasons:
  • Blacklisted phrase (0.5): check it out
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ismael J. Varela