I have been a full-stack developer for the last decade, building smaller projects like gitup and bigger projects like crosspublic.
Over the year...
For further actions, you may consider blocking this person and/or reporting abuse
They are great libraries, I confirm 🤠 Thank you for the post Nevo 😃
Using most of them daily, like the indispensable SWR, React Query, Day.js, Zod, and Lodash (although Lodash... I tend to not use it on new projects these days 🙂).
Why? :)
For #11, I'd also suggest date-fns.
Beyond that, I hadn't realized until this year just how much
Intl.DateTimeFormat
andIntl.NumberFormat
can do natively.They can do a lot!
It starts to become complicated with more complex stuff
Indeed -- I definitely tend to lean on date-fns purely for the simplicity. Life is complicated enough 😁
Great list, once again ;)
Thank you so much!
Thank you for next-seo and next-sitemap. I'm working on a site (and new to Next, coming from Angular) this was much needed.
Happy to help :)
Nice list 😄
Thank you 🚀
How about sanitize-html :D
I believe it's like striptags?
I mean it's useful, but I don't use it in every project :)
Share your tech stack!
And if you need anything related to image lightbox or carousel, check out Fancyapps UI. Fancybox is the best lightbox alternative and works great with React too, check out the samples in the docs.
Does it work with SSR, or do you need to use NextJS dynamic with it?
I have not experienced any issues with SSR
⬆️ Include - Zustand, Firebase, DaisyUI, shadcn/ui, T3 env 🥹
We recently published Next.js integration for BCMS and 8 Next.js code starters. Next.js is now the most popular platform people use with BCMS. Give it a shot :)
Quite fun to see you execute your marketing strategy and it seems to work every single time 😄 I should try this someday
Next-intl is also nice for internationalisation and now supports app router with server components: next-intl-docs.vercel.app/docs/env...
I don't see any good i18n lib
Thanks for sharing will take a look at these in my next react learning journey.
👌
Great post!
Nice list!
I'm saving it for later so I can come back to it.
There were a couple in the list I had heard of but hadn't researched that I'd like to use in some of my future projects. Thank you!
Thank you for reading ❤️
This is useful! But I guess most of these could be used even without NextJS, right? For example, I could use it with a full-stack framework such as Wasp (github.com/wasp-lang/wasp)?
Or use Wasp to generate all of those :D
What do you use for deployment on VPS. Like i can use vercel but how you manage to deploy it into VPS ? THE PM2 TOOL ?? And is it possible to deploy SSR next js app to shared hosting?
Depends. If you are using just an EC2 - Yes, you can use
PM2
orforever
. It works great with it.I tend to avoid running frontend frameworks manually on servers.
I will usually choose something like Vercel / Netlify or even Railway.app
Very strange and reduced explanations of deep technologies. No human harmony in it.
Creator of adpost.news (It is not a promotion or ad)
Thank you ❤️
Great share, thanks for this
Great share, will try some of these :D