Skip to main content

Architecture

Robust code architecture is essential for building scalable and maintainable applications. This section covers the principles and practices that guide the design of a well-structured codebase.

📄️ How To Structure A React Application?

- The folder structure of any application should not tell us about whether its a react app or angular app or svelt app. What tools / frameworks we use to develop our application is a low level detail. But the folder structure is the highest level structure we see about an application. Hence the folder structure of an application should describe the overall structure of the application. Folder structure will differ application to application as all applications are different, just like floor plan blueprint of buildings vary building to building as all buildings / houses are different.