mlaursen / vim-react-snippets

Useful snippets for developing in React (Javascript and Typescript)
Apache License 2.0
238 stars 21 forks source link

feat(useImperativeHandle)!: remove dependency tabstop and `{}` tabstop #21

Closed mlaursen closed 2 years ago

mlaursen commented 2 years ago

I removed the dependency array from this snippet since I normally let eslint autofill these instead of manually typing them.

I removed the "convenience" wrapper to replace the return block because I never use it.