Recently I have started learning ReactJS, the only thing that confuses me is how to name folders and files in the react app directory.
folders
files
To n
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.
index.css
index.html
index.js