DiiiaZoTe / next-route-visualizer

https://next-route-visualizer.vercel.app
Other
490 stars 16 forks source link

Supporting Next.js 12 Routes #7

Open nickbar01234 opened 11 months ago

nickbar01234 commented 11 months ago

Hi, I think this project is very cool! Is there any reason why you're not supporting the visualizer for pages/ directory? I think this feature can be very beneficial for projects that haven't migrated to the latest version yet.

DiiiaZoTe commented 11 months ago

Hey, I just have absolutely no time at all lately... Have been too busy.

nickbar01234 commented 11 months ago

Ah got it. Do you think I can take a stab at implementing the visualization for pages/ route?

DiiiaZoTe commented 11 months ago

Be my guest :) You should be able to reuse some of the utility functions. I separated everything into different files, almost too much in my opinion... The hard part really is getting the coordinates of react flow right.