UseHooks – A Collection of Server Component Safe React Hooks

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com
featured
SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
surveyjs.io
featured
  1. usehooks

    A collection of modern, server-safe React hooks – from the ui.dev team

    I saw "useDebounce" and thought "what the hell does debounce have anything to do with react render cycle?". When I check the code, `useDebounce` does... I don't even know what it does, delayed set state?

    https://github.com/uidotdev/usehooks/blob/380e83fa267157832e...

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. usehooks

    Easy to understand React Hook code recipes (by gragland)

  4. vueuse

    Collection of essential Vue Composition Utilities for Vue 3

    Yeah, I figured useHooks was created without knowing about VueUse, but thought they might have become aware of it sense then. It makes sense, because though the code is heading in the direction of VueUse in terms of being maintained and well rounded, the structure of useHooks is quite a bit different. It has the code alongside the Markdown: https://github.com/vueuse/vueuse/tree/main/packages/integrat...

  5. react-use

    React Hooks — 👍

    How do these compare with the current heavyweight library?

    https://github.com/streamich/react-use

  6. web

    React hooks done right, for browser and SSR. (by react-hookz)

    From what I've been able to tell, that lib is unmaintained and one of the original authors left and created this – https://github.com/react-hookz/web.

    A lot of older hook libs "break the rules" of React by doing some weird stuff like silencing useEffects deps array, reading refs in render, etc. We tried to avoid that so useHooks will be future proof.

  7. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Is React-query out of date? This new favorite makes cross-component requests a breeze!

    1 project | dev.to | 30 Oct 2024
  • react-query users, take a look: Form submission can be this easy?

    1 project | dev.to | 26 Oct 2024
  • Verification Code Requests Got You Down? alovajs to the Rescue!

    1 project | dev.to | 23 Oct 2024
  • 30 months of open source: How I maintain the Next-Gen request tool

    2 projects | dev.to | 3 Sep 2024
  • 3 months later, I optimized request code generation to the extreme

    2 projects | dev.to | 27 Jun 2024

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?