From 5b7912af6e0a374bfef8b172f81f6b703b5404a2 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli Date: Fri, 28 Sep 2018 08:57:45 -0400 Subject: [PATCH 1/2] add entry for blog --- source/blog/2018-09-28-the-ember-times-issue-66.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/source/blog/2018-09-28-the-ember-times-issue-66.md b/source/blog/2018-09-28-the-ember-times-issue-66.md index 2c99baff96..ac93306bba 100644 --- a/source/blog/2018-09-28-the-ember-times-issue-66.md +++ b/source/blog/2018-09-28-the-ember-times-issue-66.md @@ -52,6 +52,18 @@ There has been [some documentation missing](https://github.com/emberjs/ember.js/ Going forward the plan is to provide better testing for cases like this so you always have access to the documentation you need. +--- + +## Project Structure for Single Page Apps + +Inspired by Module Unification, [@NullVoxPopuli](https://github.com/NullVoxPopuli) has +written an article on general project structure for single page apps. +In the article he explains how strucure is not specific to Ember, React, Vue, or anything else, +but just needs to meet a set of guidelines for some common desired goals. + +Read it here: [_A general and flexible file structure that works for all projects in any ecosystem_](https://dev.to/nullvoxpopuli/a-general-and-flexible-file-structure-that-works-for-all-projects-in-any-ecosystem-1lp9) + + --- ## [Issue Triage 🕵️](https://paper.dropbox.com/doc/Ember.js-Issue-Triage--ANXsBgi3NQNstI7fSMQIONfOAg-Bh6AEHTj1Bt4rXq0Awg4R) From 428d190790d775a7e48e1ea3bd0ae9e6f44e5eb2 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli Date: Fri, 28 Sep 2018 10:08:41 -0400 Subject: [PATCH 2/2] PR feedback --- source/blog/2018-09-28-the-ember-times-issue-66.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/blog/2018-09-28-the-ember-times-issue-66.md b/source/blog/2018-09-28-the-ember-times-issue-66.md index ac93306bba..4aa41e1f6d 100644 --- a/source/blog/2018-09-28-the-ember-times-issue-66.md +++ b/source/blog/2018-09-28-the-ember-times-issue-66.md @@ -54,10 +54,10 @@ Going forward the plan is to provide better testing for cases like this so you a --- -## Project Structure for Single Page Apps +## [Project Structure for Single Page Apps](https://dev.to/nullvoxpopuli/a-general-and-flexible-file-structure-that-works-for-all-projects-in-any-ecosystem-1lp9) -Inspired by Module Unification, [@NullVoxPopuli](https://github.com/NullVoxPopuli) has -written an article on general project structure for single page apps. +Inspired by **Module Unification**, [@NullVoxPopuli](https://github.com/NullVoxPopuli) has +written an article on **general project structure for single page apps.** In the article he explains how strucure is not specific to Ember, React, Vue, or anything else, but just needs to meet a set of guidelines for some common desired goals.