what is the difference between Convention Routing and Configuring Routing? – Reactjs
I want to create an admin project, but now I have some questions about routing method. There are Convention Routing(like next.js) and Configuring Routing(like umijs, vue-element-admin), I don't know which one I should use. Can you tell me the shortcoming…