File naming conventions in reactJS?

前端 未结 7 1690
甜味超标
甜味超标 2020-12-23 15:43

Recently I have started learning ReactJS, the only thing that confuses me is how to name folders and files in the react app directory.

To n

相关标签:
7条回答
  • 2020-12-23 16:48

    Regarding naming conventions, ReactJS is unopinionated.

    There isn't an official guideline or statement about the questions you raised. You won't find them in the documentation either.

    It's a personal (team) preference. If you struggle to enforce one, you could stick to something like Airbnb's mostly reasonable approach to React and JSX.

    PS: As long as you're consistent, I would say you're safe.

    0 讨论(0)
提交回复
热议问题