File naming conventions in reactJS?

前端 未结 7 1699
甜味超标
甜味超标 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:28

    Based on their docs about File Structure I'd opt in for UpperCamelCase as long as it's not index.css, index.html or index.js. Moreover, the create-react-app has this kind of structure, which you can see here.

提交回复
热议问题