1.3.1 • Published 4 years ago

@playgroundinc/shopify-equity-react v1.3.1

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Shopify Independents

Usage in Production

import Independents from "@playgroundinc/shopify-equity-react";

const endpoint =
  process.env.ENDPOINT || "https://shopify.com/independents.json";
const MOUNT_POINT = document.getElementById("App");

const independents = new Independents(endpoint, MOUNT_POINT);
independents.init();

Local Development

npm i
npm start // Browser will open to localhost:3000 via WebPack Dev Server

Development Tips and Tricks

Styles are managed as CSS Modules via Webpack. In local development, they will be represented as [filename]__[classname], however in production to prevent conflict, they are overwritten as base64 hashes.

1.3.1

4 years ago

1.3.0

4 years ago

1.2.9

4 years ago

1.2.8

4 years ago

1.2.7

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago