@faststore/sdk
Advanced tools
Comparing version 1.3.22 to 1.3.23
@@ -6,2 +6,10 @@ # Change Log | ||
## 1.3.23 (2021-12-09) | ||
**Note:** Version bump only for package @faststore/sdk | ||
## 1.3.22 (2021-12-07) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@faststore/sdk", | ||
"version": "1.3.22", | ||
"version": "1.3.23", | ||
"description": "Hooks for creating your next component library", | ||
@@ -57,3 +57,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "a7fdfbb393d0745ccc425b325746344975f70cae" | ||
"gitHead": "07ba569df47fc87a9f22e0060073678f05b697f8" | ||
} |
# @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](https://img.shields.io/npm/v/@faststore/sdk.svg)](https://www.npmjs.com/package/@faststore/sdk) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) | ||
## Install | ||
```bash | ||
yarn add @faststore/sdk | ||
``` | ||
## Usage | ||
```tsx | ||
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](https://developers.google.com/gtagjs/reference/ga4-events). | ||
## License | ||
MIT © [VTEX](https://github.com/vtex/faststore) | ||
Docs moved to https://faststore.dev/reference/sdk/overview |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
277756
4