Vim for React Developers
Vim for React Developers For anyone who is vim-curious, I think this is a cool approach to learning practical uses for vim. The “course” is just a react source file (direct link) with the instructions as comments describing how to modify the various bits of code throughout the file. Even though the file is a react component, examples are largely just as applicable to most programming languages (especially those with c-like syntax) as well as editing regular HTML. ...