Skip to content

Instantly share code, notes, and snippets.

View ronnaf's full-sized avatar

Ronna Firmo ronnaf

View GitHub Profile
{
"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';",
"",
@ronnaf
ronnaf / msys2-with-zsh-on-windows-11.md
Last active May 26, 2022 15:08
Setting up MSYS2 with ZSH on Windows 11