#Mantine UI - is there a point to use nextjs?

4 messages · Page 1 of 1 (latest)

inner sand
#

I'm new to nextjs and going to use mantine for my ui so all of my app will be client-side components if I understand correctly (https://mantine.dev/guides/next/#server-components). At this point is there any point to using nextjs if my whole app will be client-side?

My gut feeling is yes, because I would still like to fetch data on the server-side and pass it to the client components if that's possible, to avoid data API calls from the client components

Any insights here would be appreciated, thanks

React components and hooks library with native dark theme support and focus on usability, accessibility and developer experience

snow valeBOT
#

🔎 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)

scenic fiber
#

My gut feeling is yes, because I would still like to fetch data on the server-side and pass it to the client components if that's possible, to avoid data API calls from the client components
This is correct

#

later on you'd probably need data mutations, and obfuscation of your backend with Next.js backend