01
Lodash
I have already covered a one-minute short video for this, lodash makes writing logic in javascript a cakewalk.
02
React Toastify\
03
React Icons
I have covered a short description for react icons.
Only library you need for icons
04
React Query
This might amuse you but yes to cache, and fetch the data in the frontend, I used react query a lot to make things fast.
05
Tailwind CSS
It doesn’t matter what framework I will work on, I will always go with a tailwind to write CSS.
Conclusion
That’s for today, until next time, have a good day, people.
Keep developing
Shrey
iHateReading
Top comments (3)
Lodash is a nightmare for tree shaking and tends to bloat the build to a large degree. Lodash-es can help solve this.
Indeed, but you can use minify loaders to compress the bundle size and removed the unused dependencies even add lazy loading of dependence.
I am reading about it lately a lot so will share a dedicated article on it.
And I have just covered a new blog for it. The importance of bundle size.
dev.to/shreyvijayvargiya/why-our-w...