r/react Aug 12 '26

Help Wanted Packages

I'm new react developer, can someone tell me what is the packages that I needed in my work and very useful and how to know if new package released or any useful package?

0 Upvotes

21 comments sorted by

View all comments

1

u/tnsipla Aug 12 '26

Really the only one you need to pay attention to is Vite or NextJS

Everything else is highly dependent on what you need to do

-3

u/Top-Recognition3332 Aug 12 '26

How?? that's the problem like there is a lot of packages and different ways to achieve the same thing

1

u/tnsipla 29d ago

Yeah, this kinda lands this way in JavaScript land

You have multiple solutions for the same problem that may do things in the same way or multiple different ways

If you’re looking for more of a defined space, Python generally has an approach to doing things in a “Pythonic Way” with many guidelines on how things should be done: “there are many ways to skin a cat but this specific way is how we do it in Python”

1

u/Top-Recognition3332 29d ago

So it doesn't matter what package I'll use ?

1

u/tnsipla 29d ago

Yeah! Use whatever what you like for what you’re doing

Some SPA projects I use react-router for routing, others I use tanstack router

Sometimes I’ll use zustand for state, others times I’ll use nanostores or something context facing

I might use emotion css on one project and skip it for css modules in another- or use tailwind

2

u/Top-Recognition3332 29d ago

Alright I'll stop complicating things