I'm using react-router-dom
and was wondering if there is any other library I can use alongside it to automatically generate routes?
I want something like Next.js that can generate routes based on the directory structure, but I don't want a full Next.js project.
Is there a similar plug-in? I found a blog post about this.
P粉2421267862023-08-10 11:33:20
remix will work for you, check it, use routing dynamically based on folder name, you can also create links