- [CODE STYLE] - Don't overuse empty lines between components.
BAD EXAMPLE:
<A />
<B />
<C />
GOOD EXAMPLE:
<A />
<B />
<C />
- [PROJECT STRUCTURE] - create separate folder per component, where you could put all files(styles, components, and so on)
- [GIT KNOWLEDGE] - check if you added ALL your files to git.