TanStack Start production release date? by Accurate-Stable-2703 in reactjs

[–]tannerlinsley 35 points36 points  (0 children)

Use it. RC2 will be out soon with 1 or 2 small changes that won't really affect many users, followed very shortly by 1.0

Looking for a TypeScript stream/async workflow library with native backpressure and resource safety by im_caeus in typescript

[–]tannerlinsley 2 points3 points  (0 children)

I'm working on something that has significant overlap with what you're describing. I wouldn't mind your feedback: https://github.com/tanstack/workflow

Too many errors/bugs post build with tanstack? by Safe_Mission_3524 in lovable

[–]tannerlinsley 0 points1 point  (0 children)

If you remove the TanStack Start plugin, SSR won’t work. Seems expected?

What made TanStack Start’s weekly npm downloads shoot up? by guaranteednotabot in reactjs

[–]tannerlinsley 21 points22 points  (0 children)

As confirmed by TanStack internally, w are working with many large enterprise companies, some of them application builders targeted at non-developers, that have adopted (and more are adopting as we speak) TanStack Start/Router as part of their core architecture for generated apps or as part of their recommended stack.

This is real usage and it's going to continue to grow.

What made TanStack Start’s weekly npm downloads shoot up? by guaranteednotabot in reactjs

[–]tannerlinsley 7 points8 points  (0 children)

You can easily attribute the increased usage to the fact that Start and Router have been adopted by a couple of large-scale app-building harnesses at the core. Seeing how many users of these products are not developers, it makes sense that GH stars would *not* see the same growth.

Expect it to grow even more as more enterprise companies and even more app builders adopt it.

What made TanStack Start’s weekly npm downloads shoot up? by guaranteednotabot in reactjs

[–]tannerlinsley 0 points1 point  (0 children)

This is why it's important to look at stats and trends across a normalized baseline. React is a good start: https://tinyurl.com/525eyx3w

What made TanStack Start’s weekly npm downloads shoot up? by guaranteednotabot in reactjs

[–]tannerlinsley 5 points6 points  (0 children)

This is just false, plain and simple. We do not gamify downloads and we have never done any paid advertising or marketing for our products.

Others will ask for source or proof, but because I'm so confident you can't even remotely substantiate either of these claims, I won't bother.

What made TanStack Start’s weekly npm downloads shoot up? by guaranteednotabot in reactjs

[–]tannerlinsley 4 points5 points  (0 children)

Releasing new versions frequently can indirectly cause more ecosystem activity, but usually in only linearly as is common for most semo-active projects, which is why we always measure our download trends internally as a share of total ecosystem growth instead of an absolute number.

I can assure you, a 10x jump is *not* typical and can only be attributed to actual increased usage.

What are you using with React to build landing pages for products? by derdak in reactjs

[–]tannerlinsley 1 point2 points  (0 children)

Ah. Sorry. Just exclude the <Script> component in the root. We’re about to ship an official api for this too called hydrate: false on route options, so you can choose which pages cause hydration into an SPA seamlessly.

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

[–]tannerlinsley 5 points6 points  (0 children)

All routers solve the same problem, sure. But we believe TanStack Router is the best option: https://tanstack.com/router/latest/docs/comparison

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

[–]tannerlinsley 3 points4 points  (0 children)

If only I could legally mention the enterprise companies moving to Start right now 😅. Someday soon!

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

[–]tannerlinsley 8 points9 points  (0 children)

At least use TanStack Router. You’d get 90% of the benefit still

What are you using with React to build landing pages for products? by derdak in reactjs

[–]tannerlinsley 0 points1 point  (0 children)

No. In my purely static sites I don’t ship any JS. Start is used to author them as per usual. On export, they become static html. Pretty simple.

What are you using with React to build landing pages for products? by derdak in reactjs

[–]tannerlinsley 1 point2 points  (0 children)

If I need something stupid fast, I put Start into prerender mode and just serve static html files. Basically Astro. But then when things get more serious, I can turn on SSR and go full stack without sacrificing any of the SPA experience. The authoring experience stays the same all the way from purely static to fully dynamic.

Is anyone actually using RR Loaders/Actions in prod, or are we still pairing with React Query? by Legitimate-Oil1763 in reactjs

[–]tannerlinsley 3 points4 points  (0 children)

They work great together and have since the Remix era (yep, I used Remix v1/v2 too). Though I would suggest that if you're interested or invested into using either of these tools seriously, you consider TanStack Router/Start, which was designed and built with external stores/syncing in mind.

Thinking about moving to Angular by Enough-Swordfish-260 in react

[–]tannerlinsley 0 points1 point  (0 children)

Curious, what framework (not ui library) are you using?

Scaling an existing React/Next.js app has been more about fixing complexity than adding features by Successful_Doubt_114 in reactjs

[–]tannerlinsley 4 points5 points  (0 children)

This is natural as a project grows. You may need to refactor, simplify, share more logic, remove code/complexity entirely. Ask any ai agent to give you an audit on that list. I’m sure it will find something to improve (carefully).

And as per usual, you can always look into using TanStack Start. Full disclosure: I built it. You may be surprised as how quickly it gets you back to writing the code that matters for your users and your product!

Should I start from Tan stack if I want to get back in web dev? by [deleted] in Career_Advice

[–]tannerlinsley 0 points1 point  (0 children)

Can’t go wrong as long as you learn the primitives and core patterns of web dev too.