thomas-darling
Follow
Pinned Loading
-
gulp-translate
gulp-translate PublicGulp plugin that localizes HTML templates and JSON files by extracting and injecting localizable content.
-
Conceptual overview of a project str...
Conceptual overview of a project structure suitable for modular web apps. 1# Project structure for modular apps
23The following represents a proven and scalable approach to structuring modular web apps. It is conceptually simple, relying on a few well defined structural patterns, some of which are repeated in a recursive fashion. A structure like this will often look much like the domain of the app, making it very easy to navigate, understand and reason about.
45### Naming conventions
-
translation-loader
translation-loader PublicWebpack loader that localizes HTML templates and JSON files by injecting translated content.
-
Conceptual overview of a project str...
Conceptual overview of a project structure suitable for hierarchical web apps. 1# Project structure for hierarchical apps
23The following represents a proven and scalable approach to structuring hierarchical web apps. It is conceptually simple, relying on a few well defined structural patterns, repeated in a recursive fashion. A structure like this will often look much like the view hierarchy of the app itself, making it very easy to navigate, understand and reason about.
45When deciding where to place something, always strive to place it as close to where it is used as possible, and then move it up in the structure only if it later becomes needed elsewhere. And if that does happen, always ask yourself whether you really need all of this, or only part of it. If the answer is the latter, you might want to consider refactoring, so only the relevant parts move up the structure, while the rest remains where it belongs, close to where it is needed.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.