VSCODE扩展插件:ES7+ React/Redux/React-Native snippets

177 阅读1分钟

ES7+ React/Redux/React-Native snippets

有许多 VS Code 扩展提供了开箱即用的 React 代码片段和功能。比如,

ES7+ React/Redux/React-Native snippets: 这是一个非常受欢迎的扩展,提供了大量用于 React、Redux 和 React Native 的代码片段,包括函数组件、类组件、Hooks 等。

  • 安装后,你可以使用各种前缀,例如:
    • rafce: React Arrow Function Component Export (箭头函数组件并导出)
    • rfce: React Function Component Export (普通函数组件并导出)
    • rafc: React Arrow Function Component (箭头函数组件)
    • rfc: React Function Component (普通函数组件)
  • 只需在你的文件中输入这些前缀,然后按 Tab 即可。