Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@faststore/sdk

Package Overview
Dependencies
Maintainers
13
Versions
354
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@faststore/sdk

Hooks for creating your next component library

  • 1.2.34
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3.3K
increased by1.13%
Maintainers
13
Weekly downloads
 
Created
Source

@faststore/sdk

A simple, framework agnostic implementation of Commerce APIs to help you create you next React-based store with world class performance in record time

NPM JavaScript Style Guide

Install

yarn add @faststore/sdk

Usage

import React from 'react'
import type { FC } from 'react'

import { useHook } from '@faststore/sdk'

const MyStoreComponent: FC = () => {
  const props = useHook()

  return <MyComponent props>Hello Commerce</MyComponent>
}

Analytics

The analytics data layer is based on the official GA4 specification.

License

MIT © VTEX

FAQs

Package last updated on 16 Nov 2021

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc