0.4.1 • Published 3 years ago
@quiltt/client v0.4.1
@quiltt/client
Git Flow | Github Flow |
TypeScript Style | airbnb |
Commit Style | Conventional Commits |
Install
npm install --save @quiltt/client
or
yarn add @quiltt/client
Usage
# .env file
VITE_APP_QUILTT_APP_ID=xxxx-xxxx-xxxx # React app scaffolded with Vite 2
REACT_APP_QUILTT_APP_ID=xxxx-xxxx-xxxx # React app scaffolded with Create React App
// App entrypoint
import * as React from 'react'
import { QuilttProvider } from '@quiltt/client'
import App from './App'
export const Index: React.FC = () => {
return (
<QuilttProvider deploymentId={VITE_APP_QUILTT_APP_ID | REACT_APP_QUILTT_APP_ID}>
<App />
</QuilttProvider>
)
}
export default Index
Exported Hooks/Providers/Components
QuilttSettingsProvider
useAuthLink
useErrorLink
useLocalStorage
usePreviewLink
useQuilttAuth
useQuilttClient
useQuilttSettings
useQuilttLink
PlaidConnectButton
PlaidLinkLauncher
PlaidNewConnectionButton
PlaidReconnectButton
PlaidSyncStatus
PlaidUnlinkButton
Release
- Build a new branch for releasing.
- Increment version in package.json in accordance with semantic versioning.
- Run
yarn prepare
. - Commit, push up the branch and open a pull request.
- Have another developer to approve release.
- Draft a new release by tagging the branch and create new tag.
- Run
npm publish-script
and follownpm publish
instruction to release to npm. You might need to runnpm adduser
. - Merge pull request.
License
MIT © quiltt
0.4.1
3 years ago
0.4.0
3 years ago
0.3.0
3 years ago
0.2.17
3 years ago
0.2.16
3 years ago
0.2.15
3 years ago
0.2.14
3 years ago
0.2.13
3 years ago
0.2.12
3 years ago
0.2.11
3 years ago
0.2.10
3 years ago
0.2.1
3 years ago
0.2.7
3 years ago
0.2.6
3 years ago
0.2.9
3 years ago
0.2.8
3 years ago
0.2.3
3 years ago
0.2.2
3 years ago
0.2.5
3 years ago
0.2.4
3 years ago
0.1.0
3 years ago
0.1.2
3 years ago
0.2.0
3 years ago
0.1.1
3 years ago
0.0.5
3 years ago
0.0.7
3 years ago
0.0.6
3 years ago
0.0.5-3
4 years ago
0.0.5-4
4 years ago
0.0.5-2
4 years ago
0.0.5-1
4 years ago
0.0.5-0
4 years ago
0.0.4-9
4 years ago
0.0.4-8
4 years ago
0.0.4-6
4 years ago
0.0.4-5
4 years ago
0.0.4-4
4 years ago
0.0.4-0
4 years ago
0.0.2-2
4 years ago
0.0.2-1
4 years ago
0.0.2-0
4 years ago
0.0.4-3
4 years ago
0.0.4-2
4 years ago
0.0.4-1
4 years ago
0.0.1-alpha.9
4 years ago
0.0.1
4 years ago
0.0.3
4 years ago
0.0.1-alpha.6
4 years ago
0.0.1-alpha.7
4 years ago
0.0.1-alpha.5
4 years ago
0.0.1-alpha.8
4 years ago
0.0.1-alpha.4
4 years ago
0.0.1-alpha.3
4 years ago
0.0.1-alpha.2
4 years ago
0.0.1-alpha.1
4 years ago
0.0.2
4 years ago