Open jema28 opened 6 years ago
The file structure could be modularised even further ie. each component has its own folder, especially if you move on to using styled components.
e.g.
components
wrapper wrapper.js wrapper.style.js board board.js board.style.css
wrapper
wrapper.js wrapper.style.js
board
board.js board.style.css
The file structure could be modularised even further ie. each component has its own folder, especially if you move on to using styled components.
e.g.
components