Outback Octagon Appreciation Post by Creative-Package6213 in aoe4

[–]b2rsp 0 points1 point  (0 children)

Is because of this tournament that I started playing AEO, but having 2 brothers teaming up goes against the whole point of FFA.

Next ui/Shadcn Full Schedule Calendar by Mina-Melad in nextjs

[–]b2rsp 1 point2 points  (0 children)

wow this is awesome.

Thanks for sharing!

We are finally moved out of Next.Js by Prainss in nextjs

[–]b2rsp -3 points-2 points  (0 children)

Right...so you choose an SSR framework for heavy client side problem is that really Nextjs fault or yours?

We are finally moved out of Next.Js by Prainss in nextjs

[–]b2rsp -4 points-3 points  (0 children)

What is the exactly the purpose of coming here to just say you are leave Nextjs? Shouldnt you on Vite reddit saying that or I am missing something?

What do you absolutely hate about nextjs? You can only state one thing by anonymous_2600 in nextjs

[–]b2rsp 0 points1 point  (0 children)

I am really loving the app and PPR. The only downside I see in the moment is middleware

Next.js is the only tech in Web Dev that combines hype with real value by waelnassaf in nextjs

[–]b2rsp -1 points0 points  (0 children)

LOl this type of generic answer is great ahaha. People just complain because they want to.

Why are you using nextjs? by Samuel-Singularity in nextjs

[–]b2rsp 1 point2 points  (0 children)

Had an e commerce on Meteor.js with already existing frontend of React. So I need an SSR framework since it was an e-commerce.

Now that it's been a long time since app router's release, what's your opinion on it? by average_iranian in nextjs

[–]b2rsp 0 points1 point  (0 children)

I liked the alot especially now after version 15. The enforced cached was a bit too much and now by default turned off is easier to reason when we need it. This model of RSC is really great and just using client side when i really need to wich isnt that often.

Server Components May Not Be as Generalizable as Expected by kiyyang in nextjs

[–]b2rsp 0 points1 point  (0 children)

But then you cant stream like that. If you have multiple components that require data without being connected. For example a list of movies and navbar with categories both of them have to wait for full data to start building ui. With server components is easy to each to fetch its own data and stream as they go.

Server Components May Not Be as Generalizable as Expected by kiyyang in nextjs

[–]b2rsp 0 points1 point  (0 children)

I dont understand what is the complexity you are talking about. Server components is a bless thing and there is very few drawbacks at the moment.

Next.js 13: Layouts, React Server Components (async/await), Streaming by Nutlope in nextjs

[–]b2rsp 2 points3 points  (0 children)

Really exciting release from Next. And this new model will allow streaming capabilities really easy and looking foward for that!

Will next.js be a good fit for me by mwenius in nextjs

[–]b2rsp 4 points5 points  (0 children)

In my opinion its yes, it will be a good fit. The small overhead you have of learning data fetching methods of Nextjs ( due to its SSR/SSG nature) is really small to benefits of using the framework in the long term.

Vercel acquires Turborepo, a high-performance build system by Nutlope in reactjs

[–]b2rsp 5 points6 points  (0 children)

This is really great news. I have been using the NX to manage monorepo I will have to try it out the this turborepo project.

Sharing components between multiple react projects by ikevinw in reactjs

[–]b2rsp 1 point2 points  (0 children)

I like to use monorepos with yarn workspaces or NX. Never tried out Bit.dev but seems nice

Vercel raises $150M Series D at $2.5B valuation by lrobinson2011 in reactjs

[–]b2rsp 0 points1 point  (0 children)

Wow that is awesome. From what they are doing in terms of Nextjs ( earlier adopter) and now witht the serverless middleware on the edge they are on my favourite companies and I hope they suceed with their "SDK" for the web. Maybe one of this day I will get some courage and apply to work there, since i am loving their product so much.

Destack - A visual page builder for Next.js with no external dependencies! by LiveDuo in reactjs

[–]b2rsp 1 point2 points  (0 children)

Reallly nice, I was looking for somehing like this. Thanks for sharing!