#app router vs pages router?

12 messages · Page 1 of 1 (latest)

cold oak
#

i wouldn't have created a help-forum post about a small question like this but there's no other way ¯_(ツ)_/¯

I need to create a simple page (only one page). It's going to have no api calls, just a simple page with gsap animations and maybe threejs. Should i pick app router or pages? I don't like how the app router wants me to put fonts in src/app and images in public.

placid ridgeBOT
#

🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize

✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)

woven kernel
cold oak
woven kernel
cold oak
#

although i guess since it won't grow they probably don't matter as much

#

i just want to make it as good as possible

pulsar sail
#

well, as simple as it gets, try with pages router.
but, if you doesn't really need SSR. just use react + vite.

just to remind you, don't be like this.

only use something you need for your simple case.

woven kernel
#

@cold oak solved?

placid ridgeBOT
#
✅ Success!

This question has been marked as answered! If you have any other questions, feel free to create another post

Jump to answer

[Click here](#1285185092653682698 message)

woven kernel
#

That's not the solution. I marked the correct one