JSPM

Found 100 results for useEffect

use-redux-effect

A powerful React hook that subscribes to Redux store events

  • v1.1.4
  • 24.12
  • Published

use-clean-effect

An extension of React useEffect without the need for clean-up functions

  • v0.1.5
  • 22.70
  • Published

use-backlash

useReducer with effects

  • v0.0.32
  • 22.39
  • Published

use-effect-except-mount

A custom React hook that modifies useEffect hook to skip the effect on mount (first render) and only run when dependency is changed

  • v1.0.0
  • 20.65
  • Published

typescript-partial-lib-dom

For projects that may or may not run on a browser, like websites with SSR, sets all browser global variables like `window` or `document` as eventually undefined for better type-proofing

  • v1.1.0
  • 20.20
  • Published

my-animated-components

A comprehensive React component library with built-in animations and customization options. ![npm](https://img.shields.io/npm/v/my-animated-components) ![downloads](https://img.shields.io/npm/dm/my-animated-components)

    • v1.4.1
    • 18.03
    • Published

    use-shallow-effect

    useEffect with shallow comparison for better performance.

    • v1.0.0
    • 17.56
    • Published

    vue3-hooks

    Using vue3.x composition api in react-hooks style.

    • v1.0.2
    • 16.97
    • Published

    @qeepsake/rails-guid

    Tiny (zero dependancy) utility to create and extract rails guid strings in JavaScript 🛤

    • v1.4.0
    • 15.85
    • Published

    use-latest-effect

    A React hook for async effects that ensures only the latest invocation completes and optionally aborts stale runs.

    • v1.0.1
    • 14.61
    • Published

    use-update

    Component Did Update lifecycle method as a hook

    • v2.3.0
    • 12.84
    • Published

    use-lifecycle-hooks

    Use a class-based lifecycle ⚡ under the React Hooks ⚛️🚀 ..

    • v1.1.0
    • 12.10
    • Published

    only-on-client

    Ensure client side rendering of a component

    • v0.0.3
    • 11.37
    • Published

    use-online-hook

    a simple hook to check whether the user is online or not :)

    • v1.0.3
    • 10.88
    • Published

    data-paginate

    `data-paginate` is a React hook for handling pagination with an array of data. It provides an easy way to paginate data with simple navigation functions.

      • v1.0.3
      • 10.76
      • Published

      vue-hooks-api

      Experimental React hooks implementation in Vue3

      • v0.0.0-beta.5
      • 10.35
      • Published

      duan-hooks-vue

      Experimental React hooks implementation in Vue3

      • v1.0.1
      • 10.00
      • Published

      use-react-url

      The `useUrlHandler` hook is a powerful utility for managing URL parameters in React applications. It provides a comprehensive set of functions to handle URL state, navigation, and scrolling behavior.

        • v1.0.6
        • 9.29
        • Published

        use-f

        useF, an improvement on React useEffect

          • v1.0.1
          • 9.13
          • Published

          esseconsequatur

          Stable hooks for react using FP-TS equality checks instead of shallow (reference) object comparison

          • v1.4.1
          • 9.13
          • Published

          @breffjaun/usefetch

          A simple, reusable JavaScript package that simplifies the process of creating HTTP requests in web applications.

          • v1.1.3
          • 9.13
          • Published

          use-ref-effect

          Like useEffect, but optimized for ref

            • v2.0.3
            • 8.75
            • Published

            useeffectlogger

            Drop-in hook to debug what is triggering a useEffect hook

            • v1.0.5
            • 8.56
            • Published

            no-async-hook

            Seamlessly switch between async/await and callback/effect style functions.

            • v0.2.2
            • 8.32
            • Published

            use-flexible-effect

            A custom React hook that conditionally executes like useEffect but can be triggered within a function.

            • v1.1.2
            • 8.32
            • Published

            @wearenova/use-sce

            A super-charged React `useEffect` hook for use with server-side rendering to make preloading state a breeze.

            • v1.0.5
            • 8.32
            • Published

            @jeswr/use-async-effect

            Convenience function for usage of useEffect with async functions in React

            • v1.0.0
            • 7.74
            • Published

            use-railway

            useReducer with effects

            • v0.0.12
            • 7.52
            • Published

            @del-wang/react-unstrict

            ✂️ Bypass React StrictMode double execution for consistent development behavior

            • v1.1.0
            • 6.97
            • Published

            mini-react-abhinav

            A simple React-like library with JSX and state management

            • v1.1.3
            • 6.94
            • Published

            use-load-image

            A react hook which you can use to recognize is a list of pictures are loaded or not

            • v1.0.4
            • 6.83
            • Published

            loki-usecache

            easy store in-memmory storage / cache

              • v1.0.0
              • 5.82
              • Published

              custom-react-hook-library

              A collection of reusable custom React hooks for state management, side effects, and more.

              • v1.0.2
              • 5.79
              • Published

              loki-usefetch

              easy api call react hook

                • v1.0.5
                • 5.56
                • Published

                loki-errorboundary

                This component manage error in their children components show it in ui gracefully

                  • v1.0.2
                  • 5.56
                  • Published

                  react-url-fetcher

                  A React hook to fetch data using fetch API with useState and useEffect, including loading and error states.

                  • v1.0.0
                  • 5.50
                  • Published

                  use-api

                  [![Build Status](https://travis-ci.org/the-road-to-learn-react/use-data-api.svg?branch=master)](https://travis-ci.org/the-road-to-learn-react/use-data-api) [![Slack](https://slack-the-road-to-learn-react.wieruch.com/badge.svg)](https://slack-the-road-to-l

                  • v1.0.2
                  • 4.28
                  • Published

                  usemountonce

                  Only mount components once in React^18

                    • v0.4.0
                    • 4.16
                    • Published

                    pluto-hooks

                    一个好用的react hook工具库

                    • v1.0.2
                    • 4.16
                    • Published

                    use-watch-effect

                    A utility that leverages the useEffect hook to watch for changes in each dependency.

                    • v1.0.1
                    • 2.88
                    • Published

                    use-special-effect

                    Special version of React's useEffect hook, which allows (1) defining which dependency changes should trigger the effect + (2) accessing both old + new values during effect run

                    • v0.0.1
                    • 2.88
                    • Published

                    @known-as-bmf/react-when-hooks

                    Reack hook toolkit to trigger useEffect, useLayoutEffect, useCallback and useMemo when a condition on dependencies is met.

                    • v0.1.0
                    • 2.57
                    • Published

                    use-abort-controller-ssp

                    Custom hook made by combined useEffect and AbortController to attach a signal property to requests and an abort() method which is whenever you want to cancel a request

                    • v1.0.1
                    • 2.52
                    • Published

                    use-outdated-effect

                    useEffect with outdated detect for async functions

                    • v1.1.1
                    • 2.52
                    • Published

                    use-effect-callbacks

                    A react hook for stable callbacks executed as effects

                    • v0.1.0
                    • 2.50
                    • Published

                    use-ref-deps-effect

                    Effect hooks that support "ref.current" dependencies

                    • v0.1.1
                    • 2.50
                    • Published

                    usepromisevalue

                    Return a promise for a hook value

                    • v0.0.3
                    • 2.50
                    • Published

                    do-effect

                    A really bad idea for setting up dynamic useEffects

                    • v1.0.0
                    • 2.46
                    • Published

                    @aximario/use-once

                    custom react hook, use effect once, support cleanup

                    • v1.1.0
                    • 2.43
                    • Published

                    react-optimized-effects

                    This React package optimizes the usage of useEffect, eliminating unnecessary re-renders, and efficiently handling multiple API calls. It analyzes dependencies to trigger effects only when needed, ensuring optimal performance. Prevent redundant network req

                    • v1.2.3
                    • 0.00
                    • Published

                    kyklos

                    Lifecycle hooks for React to abstract useEffect

                      • v1.0.0-beta.5
                      • 0.00
                      • Published

                      usemount

                      react function useEffect hook

                        • v1.0.0
                        • 0.00
                        • Published

                        useeffectonupdate

                        A custom React hook to run an effect only on updates, not on initial mount.

                        • v1.0.1
                        • 0.00
                        • Published