It’s absolutely mind boggling to me that we have gotten to a point that building a web frontend takes longer than compiling the Linux kernel..
As a non-frontend developer mainly observing and touching something here and there, a lot of the things that frontend developers do seem vastly over-engineered.
We moved Railway's frontend off Next.js. Builds went from 10+ mins to under 2
21–30 of 230 posts
Re: We moved Railway's frontend off Next.js. Builds went from 10+ mins to under 2
#22Re: We moved Railway's frontend off Next.js. Builds went from 10+ mins to under 2
#23Re: We moved Railway's frontend off Next.js. Builds went from 10+ mins to under 2
#24I have a Nextjs heavy app which takes around 7 minutes currently. But I've been thinking of moving away from next for a long time now. TanStack seems to be a good fit. This gives me a bit more confidence in just doing it.
Many of my customers insists on using Next.js or similar but when I browse their website I don't get the point. They are downloading and executing megabytes of JS while in-page interactions tends to be limited to few basic stuff. Never seen one of their project requiring offline mode. Maybe that's being able to easily replace a [FRAMEWORK] dev with another.
Re: We moved Railway's frontend off Next.js. Builds went from 10+ mins to under 2
#25I have a Nextjs heavy app which takes around 7 minutes currently. But I've been thinking of moving away from next for a long time now. TanStack seems to be a good fit. This gives me a bit more confidence in just doing it.
Re: We moved Railway's frontend off Next.js. Builds went from 10+ mins to under 2
#26Is the quality of software engineers really dropped that low that people get excited when they move off from "heavy bloated" frameworks to lighter alternatives? Or is this just SEO farming garbage to position the company higher in search results?
Re: We moved Railway's frontend off Next.js. Builds went from 10+ mins to under 2
#27They don't even mention the Next.js version used - where they using Turbopack or not?
Re: We moved Railway's frontend off Next.js. Builds went from 10+ mins to under 2
#28I have a Nextjs heavy app which takes around 7 minutes currently. But I've been thinking of moving away from next for a long time now. TanStack seems to be a good fit. This gives me a bit more confidence in just doing it.
Looks like maybe things haven't changed much?
Re: We moved Railway's frontend off Next.js. Builds went from 10+ mins to under 2
#29Re: We moved Railway's frontend off Next.js. Builds went from 10+ mins to under 2
#30It’s absolutely mind boggling to me that we have gotten to a point that building a web frontend takes longer than compiling the Linux kernel..
As a non-frontend developer mainly observing and touching something here and there, a lot of the things that frontend developers do seem vastly over-engineered.
Makes me think that there’s no way this is computationally efficient either.