Software Alternatives, Accelerators & Startups
Table of contents
  1. Social Mentions
  2. Comments

useHooks(🐠)

One new React Hook recipe every day.

useHooks(🐠) Reviews and details

Screenshots and images

  • useHooks(🐠) Landing page
    Landing page //
    2023-08-17

Features & Specs

  1. Comprehensive Resource

    useHooks provides a wide range of hooks with clear explanations and examples, making it a great resource for developers who want to learn about React Hooks or need a quick reference.

  2. Easy to Understand

    The website is designed to be easy to navigate, with simple and straightforward examples. This makes it accessible to both beginner and experienced developers who are looking for practical implementations of hooks.

  3. Community-Driven

    The useHooks site and its associated GitHub repository often incorporate contributions from the React community, ensuring a diverse and up-to-date set of hooks that cover a wide array of use cases.

Badges

Promote useHooks(🐠). You can add any of these badges on your website.

SaaSHub badge
Show embed code

Videos

We don't have any videos for useHooks(🐠) yet.

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about useHooks(🐠) and what they use it for.
  • React Hooks Essentials
    If you're interested in diving deeper into hooks or exploring useful custom hooks for your projects, I highly recommend checking out UseHooks.com. It’s a fantastic resource with tons of practical custom hooks that you can use and learn from. - Source: dev.to / 8 months ago
  • React Custom Hooks: Crafting Reusable and Clean Code Like a Pro
    // https://usehooks.com/useLocalStorage Import { useState } from 'react'; // Hook Function useLocalStorage(key, initialValue) { // State to store our value // Pass initial state function to useState so logic is only executed once const [storedValue, setStoredValue] = useState(() => { if (typeof window === 'undefined') { return initialValue; } try { // Get from local storage by key ... - Source: dev.to / 10 months ago
  • Adding a real feature to a project πŸ§›
    The very first one I came across was a package called useHooks. It looked like a really cool package with tonnes of hooks to use, and useQueue was one of them. - Source: dev.to / over 1 year ago
  • Thoughts on useEffect ?
    There are a bunch of library custom hooks, sometimes they encapsulate logic better, you should prefer them or build your own instead. Source: almost 2 years ago
  • Is using both observer.unobserve and observer.disconnect redundant
    It’s been some time since I’ve worked with intersection observer, so I’m not entirely sure of the answer in this instance. That said, something I tend to do when I run into something like this is look at an implementation that already exists from something like usehooks.com. I find a reference implementation to be a useful sanity check for this sort of thing. Source: about 2 years ago
  • What library or tool is causing you the most pain right now?
    That is the case for many custom hooks you could build. Sure, you can find libraries implementing those for you, but it doesn't change the fact that React apps still relies a lot on useEffect hook. Source: about 2 years ago
  • React hooks with real-world project examples
    A collection of useful React hooks by the community: https://usehooks.com/. - Source: dev.to / over 2 years ago
  • Struggling to learn react.js
    UseHooks.com has some recipes for pretty common use cases of hooks, once you are acquainted with React's basics. Source: over 2 years ago
  • Tools to track re-renders
    There’s an open source hook on https://usehooks.com to track component updates. Source: over 2 years ago
  • Honest question: Why aren't more people using high-level hook libraries like "react-use" over using low level hooks like useEffect directly?
    Generally, I don't want to add a dependency to my project for what's essentially a helper method I can copy & paste from https://usehooks.com/ and change to suit my needs. Source: over 2 years ago
  • Have you ever used a boilerplate?
    Yeah honestly I'd work on the distribution channel first. My twitter following and https://usehooks.com (which I sold awhile back) was instrumental in the beginning. - Source: Hacker News / over 2 years ago
  • When to use Custom Hooks
    I really like the approach & tutorials at usehooks.com. They usually give a name to a pattern β€” such as usePrevious or useRequireAuth β€” but emphasize that you will probably end up customizing it, especially for the more complex examples. Source: about 3 years ago
  • Should I still use class based components?
    Felt this was relevant :): https://usehooks.com/. Source: over 3 years ago
  • Firebase SDK versus other fetching packages?
    I'm using Firebase Authentication and Firestore by an app I'm building and so far have been using the Firebase SDK and some hooks from usehooks.com to control authentication and data fetching/caching, but I'm concerned that this might lock me in to Firebase's SDK. I'm curious what everyones preferred method is when it comes to working with Firebase; do you use their SDK for data fetching or are you using packages... Source: over 3 years ago
  • Using react-firebase-hooks for production?
    I recommend learning how each hook works rather than just using it blindly. It will give you confidence. Check out https://usehooks.com/ - they have some Firebase ones. Source: over 3 years ago
  • Never ignore the exhaustive-deps rule
    Refs are also used to write advanced memoing hooks as present in popular hooks collections. - Source: dev.to / over 3 years ago
  • Notes From Creating a Slack Clone in React.js
    Https://usehooks.com/ <- check out the hooks. - Source: dev.to / over 3 years ago
  • The Swipe Files Strategy for Part Time Creators
    Don't be so literal about what a swipe file is β€” pay attention to the spirit of the thing. Mental Models are swipe files of perspectives to analyze given situations. A tweet thread of frameworks is a swipe file of playbooks. My Cheatsheets are swipe files of code, as is useHooks:. - Source: dev.to / over 3 years ago
  • Help me get my Hook to work
    If you really want to use a hook, check the useToggle section here: https://usehooks.com/. Source: almost 4 years ago
  • How do I keep causing an infinite loop?
    There is a fire base specific example here: https://usehooks.com/. Source: about 4 years ago
  • What's the Svelte way of doing custom hooks?
    Here are some better examples on more advanced hooks: https://usehooks.com/. Source: about 4 years ago

Do you know an article comparing useHooks(🐠) to other products?
Suggest a link to a post with product alternatives.

Suggest an article

useHooks(🐠) discussion

Log in or Post with

This is an informative page about useHooks(🐠). You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.