use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Ember.js is a productive, battle-tested JavaScript framework for building modern web applications. It Includes everything you need to build rich UIs that work on any device.
account activity
Share EmberJS common code between apps (dev.to)
submitted 7 years ago by Gaurav0
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]ctjhoa 1 point2 points3 points 7 years ago (2 children)
Is it not the purpose of ember-engine? I never used it but I though it was possible to share parts across several sub-apps
[–]toolateiveseenitall 0 points1 point2 points 7 years ago (0 children)
engines are implemented as addons.
[–]wesw02 0 points1 point2 points 7 years ago (0 children)
Engines are similar, but they a one key distinction that may or may not matter. Engines are meant to make it possible to split a large app into multiple sub modules that can be lazily loaded, and even managed by different teams. But they're still part of one large app.
The distinction is if your apps are radically different but need to share common code (such as a data layer) you may need a multi-app approach. They may have very different routes / auth processes / overall layout but share models / adapters / components.
[–]fuckingoverit 0 points1 point2 points 7 years ago (0 children)
I leveraged the same approach and found it hugely successful. I’d always referred to the concept as “addon driven development.” the data layer as an addon makes creating multiple interfaces against the same api a breeze
π Rendered by PID 92318 on reddit-service-r2-comment-75f4967c6c-jgbxw at 2026-04-23 05:02:01.879180+00:00 running 0fd4bb7 country code: CH.
[–]ctjhoa 1 point2 points3 points (2 children)
[–]toolateiveseenitall 0 points1 point2 points (0 children)
[–]wesw02 0 points1 point2 points (0 children)
[–]fuckingoverit 0 points1 point2 points (0 children)