|
| 1 | +self: false, |
1 | 2 | # Vim React Snippets
|
2 | 3 |
|
3 | 4 | A Vim snippet library for React in ES6. You may also want to check out [vim-es2015-snippets](https://github.com/epilande/vim-es2015-snippets).
|
@@ -126,7 +127,6 @@ Check out [`UltiSnips/javascript.snippets`](UltiSnips/javascript.snippets) to se
|
126 | 127 | | `us.s` | `const [state, setState] = useState('');` |
|
127 | 128 | | `us.e` | `useEffect(() => { });` |
|
128 | 129 | | `us.er` | `useEffect(() => { return () => {}; });` |
|
129 | | -| `us.er` | `useEffect(() => { return () => {}; });` | |
130 | 130 | | `us.c` | `const context = useContext(ctx);` |
|
131 | 131 | | `us.r` | `const [store, dispatch] = useReducer(storeReducer, initialState);` |
|
132 | 132 | | `us.cb` | `useCallback(() => { }, []);` |
|
|
0 commit comments