#90 #89 - Recoil implementation + Search sorting fix

This commit is contained in:
Elio Struyf
2021-09-03 17:46:18 +02:00
parent b8dee7a5c9
commit 60caf743c6
29 changed files with 219 additions and 130 deletions

View File

@@ -20,7 +20,7 @@
"export const ${1:CollectionData}Selector = selector({",
" key: '${1:CollectionData}Selector',",
" get: ({get}) => {",
" return get(${2:CollectionIdState});",
" return get(${1:CollectionData}Atom);",
" }",
"});"
],

View File

@@ -19,5 +19,9 @@
}
],
"eliostruyf.writingstyleguide.terms.isDisabled": true,
"eliostruyf.writingstyleguide.biasFree.isDisabled": true
"eliostruyf.writingstyleguide.biasFree.isDisabled": true,
"exportall.config.folderListener": [
"/src/pagesView/state/atom",
"/src/pagesView/state/selectors"
]
}