How I Structure My React Applications

Subscribers:
1,250
Published on ● Video Link: https://www.youtube.com/watch?v=SvR0_lWkPmU



Duration: 33:23
515 views
17


A quick little overview of how I structure my apps. :)

Just a heads up -- I did make a few mistakes in how I named my exports. In some places, it should've been import { * as Authentication } from 'modules/Authentication' instead of "import Authentication".

I also messed up the routing, it should've been Authentication.routes (or Authentication.Routes).