How I Structure My React Applications

Опубликовано: 16 Март 2026
на канале: Antonin Januska
658
20

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).