1.3.13 • Published 4 years ago
merchant_web-services v1.3.13
Merchant Web Services
Features in App
- Material UI
material-ui - React Router Dom
react-router-dom - dayJS
dayJS - clsx
clsx
Folder Utilities Global
- Components/
- Contanst/
- Helpers/
Config in App
- Inherit from package
cra-template-typescript - Configure
eslintwithprettier - Configure
husky - Configure
lint-staged - Configure
prettier - Configure
commitlint - Configure
release-it - Add default
jesttest coverage options - Configure sample GitHub actions including test, release and deploy
- Provide sample vscode snippets
How to use global context
In the project directory:
toastService
const { toastService } = useContext(AppContext); toastService.notify("message", "success" | "error" | "warning" | "info")