1: usehooks-ts
usehooks-ts is a great React Hook library that has saved me countless times. It's only 4.12kB minzipped.
npm i usehooks-ts
2: Mantine
Mantine is a fully featured React component library - it saves time for designing/prototyping your UI.
3: SWR
SWR (stale–while–revalidate) is a data fetching library. It’s hook–based, only 4.2kB minzipped, and developed by Vercel.
npm i swr
4: Final Form
Only 8.9kB minzipped, Final Form is the best way to build forms in react.
`npm i final-form react-final-form
5: TanStack React
TanStack React offers several versatile options for Charts, Tables, Routing, Data Querying, and more.
6: Expo
Build Cross-platform mobile apps with react
7: Remotion
Generate videos programmatically with React.
Thanks for reading!
Top comments (8)
Great article, you got my follow, keep writing!
I never really understood why one would pick the usehooks-ts. Yes, it's awesome. Yes, using the open-source code as inspiration is awesome, I got myself going over the repo every once in a while a year ago or so... But most of the hooks require less than 5 minutes to implement. And i find very limited situations where the hooks, as they come, could be used without requiring additional implementations.
Mainly I don't have to keep implementing them - the code is already there
We will be using Mantine in our final-year project. It is such a great library and saves you a lot of time. One issue you will face is that there are so helpful resources available on the web for Mantine. So debugging will be critical if you run into any issue.
Thank you for sharing Mantine, I've never seen this before. It's looks very Tailwind like
Great article.... but why Final Form and no react-hook-form?
Great Article @gravy59
Great, thank you for sharing