Socket
Book a DemoInstallSign in
Socket

@gravityforms/react-utils

Package Overview
Dependencies
Maintainers
0
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gravityforms/react-utils

The Gravity Forms utilities for React development.

4.2.4
latest
Source
npmnpm
Version published
Weekly downloads
192
65.52%
Maintainers
0
Weekly downloads
 
Created
Source

Gravity Forms React Utils

Custom React utilities for Gravity Forms development.

Installation

Install the module

npm install @gravityforms/react-utils --save

Note: This package requires node 20.10.0 or later, and npm 10.2.3 or later.

Overview

A collection of JavaScript utilities that we use in our React.

Usage

Example:

import { create } from '@gravityforms/react-utils';

const createZustandStore = ( data ) => {
	const initialState = getConfig( config, 'gform_admin_config' ) || {};

	const storeActions = ( set ) => ( {
		closeDialog: () => set( () => ( { isOpen: false } ) ),
	} );
	
	const useStore = create( initialState, storeActions );
}

Documentation

The documentation for this package is available at http://docs.js.gravity.com/

Keywords

gravityforms

FAQs

Package last updated on 28 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.