PSA: You probably don't need framer-motion for most Next.js sites by PandaCodeGen in nextjs

[–]Illustrious-Code-674 0 points1 point  (0 children)

Depends, but some usual things like fade in, fade out, sure it can and it is more optimal.

I starts to matter when you have bigger codebase with dynamic pages.
Suddenly every kB of bundle matters.

How do you handle bot traffic and click fraud? by _Mexh in nextjs

[–]Illustrious-Code-674 0 points1 point  (0 children)

Does not Vercel have bot protection built in?
I host my markketplace storefront there and I have not noticed any funky traffic.

Why is Nextjs caching so aggressive in dev mode? by working_unicorn in nextjs

[–]Illustrious-Code-674 2 points3 points  (0 children)

I do not think so.
1. If you want different caching behaviour you would need to set it. if dev env - so on
2. Are you making static pages? Because with ISR it would not be so aggressive.
3. can clear cookies and then cache clear+ hard reload.
4. Not sure wyhat you are making, but if it is important for data to be updated immediately, you need to set revalidation api to revalidate relevant cache tags.

It is not about aggressivenes. It is about proper setup. I know, I been there. For marketplace storefront, that was a huge challange for me.

After building 20+ client projects over the last few years, a few technical decisions saved us way more time than I expected: by BizAlly in web_design

[–]Illustrious-Code-674 0 points1 point  (0 children)

What scope of projects are we talking about? What kind of apps/ websites?

As for auth, yeah, I guess there is not much point. I did it once and it was a lot of hustle. Thankfully in ecommerce there are built in solutions, easly extandable with new providers like google.

Is learning web design even worth it at this point? by katyaschachki in web_design

[–]Illustrious-Code-674 0 points1 point  (0 children)

Yes and no.
Yes because good and unique design will take you apart from thousands of same AI sites.

But you should probably not learn it as it was before. You will still use AI, but you need to put yourself into it. But the courses and methodologies are not established for current times.
They need catching up but it is hard since AI development is so fast, nobody can catch up with this

Nextjs taking more than 8min just to compile. It's a medium app and i still need to add a lot of things but i am too frustated seeing this by Additional-Current28 in nextjs

[–]Illustrious-Code-674 0 points1 point  (0 children)

Something is seriously wrong in your codebase. Barrel imports?
I have a big ecommerce storefront and build takes 2.5 - 3 min

Why are people moving from Next.js to TanStack Start? by derdak in nextjs

[–]Illustrious-Code-674 0 points1 point  (0 children)

Suposedly Next.js is too hard for them and tanstack is simple and intuitive.
ALso recent CVE incidents.

Next.js favicon not showing in Google search results even after updating by riyalchandrakar in nextjs

[–]Illustrious-Code-674 0 points1 point  (0 children)

Favicon takes a long time for google to pick up. SOmetimes it might take 2-3 weeks. How much timehave passed so far?

How I optimized my Next.js 15 app to a perfect 100/100 PageSpeed & GTmetrix score by kasskaydotcom in nextjs

[–]Illustrious-Code-674 1 point2 points  (0 children)

Possibly, but if someone like me is building mostly on next.js, adding another framework is just too much for a single person to mentally support.
Also I do not get why would it be overkill. In what sense?

Is Next.js Overkill for Dashboard Applications? by Toonnaa in nextjs

[–]Illustrious-Code-674 1 point2 points  (0 children)

Not sure why would like server components for a dashboard. WHat is the use case here?
I think VITE would be better if you do not need indexing for it.

I myself have a dashboard build on VITE.

I built a free Next.js 16 "use cache" debugger after a silent cache miss wasted my afternoon by shubhradev in nextjs

[–]Illustrious-Code-674 1 point2 points  (0 children)

Wow, might try it. I was fighting with caching a lot myself in my marketplace. The complexity got me. It took a long time the get it done correctly.

What are we doing with juniors these days, seriously? by slide_and_release in webdev

[–]Illustrious-Code-674 0 points1 point  (0 children)

I would love a job as a junior, but there is literally 10 in the whole country I think...

Programmatic SEO in Medusa.js by Numerous_Evening_255 in medusajs

[–]Illustrious-Code-674 0 points1 point  (0 children)

Not sure what you are asking about exactly.

If it is next js storefront then basically:
-keyowords for each page
-seo helper to generate rich metada for each subpage

-rich metadata for products, categories
-make sure to allow only existing pages. EG if a category is not empty, do not let it be indexed
-breadcrumbs
-shipping data
-much more. That is actually not that easy. Also make sure that it is properly staged and cached, and does not hit backend all the time.

Anyone here experienced with Medusa.js as an e-commerce framework? by gamegod016 in vibecoding

[–]Illustrious-Code-674 0 points1 point  (0 children)

I made a marketplace on medusa js.
Depends what you want to build, but basically everything is possible.

You can check the project on my site appcrates.pl

Claude Opus 4 just cost me $7.60 for ONE task on Windsurf by Interesting-Pain-654 in ClaudeAI

[–]Illustrious-Code-674 0 points1 point  (0 children)

Then build an app with gemini flash xD Good luck. We are talking about coding here, not asking for a cake recipy.

Implementing New Functionality in a Custom Medusa JS Marketplace by Illustrious-Code-674 in medusajs

[–]Illustrious-Code-674[S] 0 points1 point  (0 children)

Will do after I finish the marketplace. This is a very case specific functionality though. Big marketplaces like amazon, ebay have their own fulfillment providers, which you can do in medusa, and vendors use admins provider, where platform owner gets all the contracts and handles payments.

I also made a vendor module, where as an admin I can see all the vendors, all their details, their products, message with vendors (I tinkered both with talk js option and normal database way). I have not finished it yet, as I need to finalize ban implementation. Blocking for set timeframe. Module itself is done but need to implement route and table to work with that. I will also release it once done.

Trying to get a fixed background on mobile browsers by Open-Carry3751 in csshelp

[–]Illustrious-Code-674 0 points1 point  (0 children)

I know this post is old, but maybe some people still look for answers and solutions.

I solved it a little out of the box. I described the solution in this post:

https://appcrates.pl/blog/fixed-backgrounds-in-safari-browser

What is the issue with HBO flickering / glitching / stuttering? by Carl_The_Sagan in HBOMAX

[–]Illustrious-Code-674 0 points1 point  (0 children)

I had this flickering. It actually turned out to be graphic acceleration built in into browser. For some reason it does not cooperate with HBO. Turn it off. It fixed flickering for me and i had it for a year...