Skip to content

Commit d073e1a

Browse files
committed
feat: update description & README
1 parent 7634598 commit d073e1a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# VSCode Snippets for JS/TS, React/Next.js, React Query, SWR, Jest, React Hook Form, & many more
1+
# VSCode Snippets for JS/TS, React/Next.js, React Query, SWR, Redux, Jest, React Hook Form, Emotion CSS, & many more
22

33
Write code faster using snippets!
44
Just type the snippet keyword (for example, type `rfc`), a suggestion will appear, then press `Tab`.
@@ -25,9 +25,11 @@ For TypeScript snippets:
2525
- Check [React Native](https://reactnative.dev/) snippets using `$rn`
2626
- Check [React Query](https://react-query.tanstack.com/) snippets using `$rq`
2727
- Check [SWR](https://swr.vercel.app/) snippets using `$swr`
28+
- Check [Redux](https://react-redux.js.org/) snippets using `$rx`
2829
- Check [Jest](https://jestjs.io/) snippets using `$t`
2930
- Check [React Hook Form](https://react-hook-form.com/) snippets using `$rhf`
3031
- Check [Zustand](https://www.npmjs.com/package/zustand) snippets using `$zu`
32+
- Check [Emotion CSS](https://emotion.sh/docs/introduction) snippets using `$emo`
3133
- Check wrapper-snippets using `$_`
3234

3335
## Examples

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-js-ts-react-nextjs-snippets",
33
"displayName": "JS/TS React/Next.js Snippets",
4-
"description": "Snippets for JS/TS, React/Next.js, React Query, SWR, Jest, React Hook Form, & many more",
4+
"description": "Snippets for JS/TS, React/Next.js, React Query, SWR, Redux, Jest, React Hook Form, Emotion CSS, & many more",
55
"icon": "images/logo.png",
66
"version": "1.11.0",
77
"publisher": "afifu",

0 commit comments

Comments
 (0)