A collection of React snippets in ES6 for vim.
Ultisnips is required.
Having vim-plug installed, then add following line to your .vimrc:
Plug 'dcai/vim-react-es6-snippets'
In JavaScript or JSX file, type snippet name then press Ultisnips trigger key, in my case it's :
r:c<tab>
Or use :Snippets
to narrow down when fzf.vim installed.