A better way to structure your React & Redux projects.
Situation
While learning React, we all started our journey with this kind of file structure.
test
├── README.md
├── node_modules
├── package-lock.json
├── package.json
├── public
│ ├── favicon.ico
│ ├── index.html
│ ├── logo192.png
│ ├── logo...
blog.ramankarki.dev11 min read