README
Shopgate Connect - PWA Extension Kit
Extra library for extra helpers, components and other often used snippets that are making the extensions development easier.
Purpose
This package is an extra package on top of other PWA libraries. It contains functions, React components and wrappers which are meant to help developing PWA extensions but for reasons there is no place for it into the main PWA libraries.
Versioning
This package follows semver.
Index of contents (alphabetically ordered)
env
- Environment related helpers read documentationenv/helpers/isIOSTheme
- detects if currently used theme is an ios theme read documentation
/helpers
- Common helper functions read documentation/helpers/TaggedLogger
- helper class for printing tagged logs read documentation
/connectors
- Higher Order Components used as a data/actions interface/connectors/withHistoryActions
- Provides routing actions:historyPop
,historyPush
andhistoryReplace
. read documentation/connectors/withPageProductId
- Provides decodedproductId
read from a pathname of a product page. read documentation/connectors/withPageState
- ProvidesisVisible
andisLoading
booleans. Values are taken from a page state. read documentation/connectors/withUser
- Providesuser
object with user data read documentation/connectors/withThemeComponents
- Provides Components from the theme (AppBar, Drawer, View, ProductCard) read documentation/connectors/withProductContext
- Provides product context read documentation
/components
- Common Components read documentation/components/ProductCharacteristics
- Component to show some product characteristics aka variant selection read documentation
proptypes
- React prop types definitions.User
- User entity definition read documentation
About Shopgate
Shopgate is the leading mobile commerce platform.
Shopgate offers everything online retailers need to be successful in mobile. Our leading software-as-a-service (SaaS) enables online stores to easily create, maintain and optimize native apps and mobile websites for the iPhone, iPad, Android smartphones and tablets.
License
Shopgate Connect - PWA Extension Kit is available under the Apache License, Version 2.0.
See the LICENSE file for more information.