Sticky Query Params
A tiny javascript module that saves marketing query params across page loads to better track conversions
Development
Keep this module light-weight. Consumers will be uploading this onto their marketing websites and we don't want to slow them down.
3 Rules to keep in mind:
- Keep it simple
- Keep it fast
- Keep it tested
Testing
- Run test suite:
yarn test
Deployment
- Run test suite:
yarn test
- Create build:
yarn build
- Bump package.json version
- Commit new version
git add . && git commit
- Publish to npm
npm publish --access public