Skip to content
This repository was archived by the owner on Mar 22, 2019. It is now read-only.

The Ember Times - Issue No. 73#3684

Merged
jayjayjpg merged 38 commits intomasterfrom
blog/embertimes-73
Nov 16, 2018
Merged

The Ember Times - Issue No. 73#3684
jayjayjpg merged 38 commits intomasterfrom
blog/embertimes-73

Conversation

@tylerturdenpants
Copy link
Member

@tylerturdenpants tylerturdenpants commented Nov 12, 2018

Ideas, feel free to add to list or claim!

Ideas for next week instead:

@locks locks temporarily deployed to ember-website-staging-pr-3684 November 12, 2018 02:35 Inactive
@tylerturdenpants tylerturdenpants requested a review from a team November 12, 2018 05:10
@lifeart
Copy link

lifeart commented Nov 12, 2018

ember-ast-hot-load - https://github.com/lifeart/ember-ast-hot-load - new attempt to bring components hot-reloading into ember ecosystem.

Hot reloading only refreshes the components that were changed without losing the state of the app.
For example, if you four routes deep into your app and saved a change to some component updated component would appear on the page without full application reload.

ember-ast-hot-load perform handlebars templates hooking using AST transformations, and replace components invocations from
{{my-component}}, to {{component (hot-load 'my-component')}}, hot-load helper now know wich component rendered and may call recompute function, to invoke component redraw after it's source code updated and compiled.

@tylerturdenpants
Copy link
Member Author

@lifeart 🙏. A small write-up would be 💯.

@lifeart
Copy link

lifeart commented Nov 12, 2018

@tylerturdenpants done

jayjayjpg and others added 4 commits November 14, 2018 17:35
blog(embertimes#73): add review suggestions

Co-Authored-By: jessica-jordan <jessica.jordan.fe.dev@gmail.com>
For EmberTimes No. 73: EmberConf CfP + Ember Hooks
@amyrlam amyrlam temporarily deployed to ember-website-staging-pr-3684 November 14, 2018 22:21 Inactive
@amyrlam amyrlam temporarily deployed to ember-website-staging-pr-3684 November 14, 2018 23:29 Inactive
@locks locks temporarily deployed to ember-website-staging-pr-3684 November 15, 2018 18:09 Inactive
@amyrlam amyrlam temporarily deployed to ember-website-staging-pr-3684 November 15, 2018 18:20 Inactive
@locks locks temporarily deployed to ember-website-staging-pr-3684 November 16, 2018 14:27 Inactive
@amyrlam amyrlam temporarily deployed to ember-website-staging-pr-3684 November 16, 2018 17:11 Inactive
@amyrlam amyrlam temporarily deployed to ember-website-staging-pr-3684 November 16, 2018 18:11 Inactive
@amyrlam amyrlam temporarily deployed to ember-website-staging-pr-3684 November 16, 2018 20:56 Inactive
@amyrlam amyrlam temporarily deployed to ember-website-staging-pr-3684 November 16, 2018 21:47 Inactive
@amyrlam amyrlam temporarily deployed to ember-website-staging-pr-3684 November 16, 2018 22:07 Inactive
was giving me issues in goodbits
@amyrlam amyrlam temporarily deployed to ember-website-staging-pr-3684 November 16, 2018 22:19 Inactive
Copy link
Member

@jayjayjpg jayjayjpg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems ready to 🚀 ✨ to me!

@amyrlam amyrlam changed the title [WIP] The Ember Times - Issue No. 73 The Ember Times - Issue No. 73 Nov 16, 2018
@amyrlam
Copy link
Member

amyrlam commented Nov 16, 2018

@lifeart thanks again for the writeup on your addon, much appreciated! 🙏

Keep the suggestions coming! You can always comment on PR's here or #support-ember-times on Discord

@jayjayjpg jayjayjpg merged commit ff966a2 into master Nov 16, 2018
@amyrlam amyrlam deleted the blog/embertimes-73 branch November 16, 2018 22:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants