If you want to code in Windows 11 but prefer the familiarity of a Unix environment.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"rtk query service crud with automatic cache updates": { | |
"prefix": "rtkqservauto", | |
"body": [ | |
"import type { EntityState } from '@reduxjs/toolkit';", | |
"import { TypedUseQueryStateResult } from '@reduxjs/toolkit/dist/query/react/buildHooks';", | |
"", | |
"import { apiService } from '../';", | |
"import { ${2:${TM_DIRECTORY/^.+\\/(.*)$/${1:/camelcase}/}}ApiConfigs, ${3:${TM_DIRECTORY/^.+\\/(.*)$/${1:/pascalcase}/}}sConfigParams } from './configs';", | |
"", |
Door Lock Admin Web App: https://comark-door-lock-web.herokuapp.com/
API: https://comark-door-lock-api.herokuapp.com/
- https://github.com/ronnamaeffirmo/comark-door-lock-arduino - the main arduino code
- https://github.com/ronnamaeffirmo/comark-door-lock-web - the web interface for the door lock admin