rfcs
rfcs copied to clipboard
RFCs for changes to Ember
Using block `let` to assign multiple template variables quickly becomes a pain to read the more variables you want to assign, especially when you're assigning values derived from more complex...
[FEAT] `hasMany` and `belongsTo` requests should use adapter `findHasMany` and `findBelongsTo` hooks
Previous Discussions: - https://github.com/emberjs/rfcs/pull/266 - https://github.com/emberjs/data/issues/2162 `findHasMany` and `findBelongsTo` would delegate to `findMany` and `findRecord` as they do today in the case where there is no link present, to preserve...
[Rendered](https://github.com/SergeAstapov/rfcs/blob/ember-modifier/text/0811-element-modifiers.md) This RFC supersedes the original [RFC #353 "Modifiers"](https://github.com/emberjs/rfcs/pull/353)
[Rendered](https://github.com/mehulkar/rfcs/blob/ssr-by-default/text/0000-ssr-by-default.md)
During implementation, a couple things came up: - we don't do a great job of documenting when autotracking happens outside of getters -- therefore, added an example of autotracking in...
At the moment, only argument names starting with a lowercase letter are allowed. I think it would be nice if this restriction could be loosened for the following use cases:...
[Rendered](https://github.com/SergeAstapov/rfcs/blob/public-router-service/text/0819-public-router-service.md)
[Rendered](https://github.com/ryanto/rfcs/blob/always-model-hook/0000-always-run-model-hook.md)
[Rendered](https://github.com/simonihmig/rfcs/blob/no-globals/text/0784-no-globals.md) --- For the record: there has been an early draft and some discussion around it here: https://github.com/emberjs/rfcs/issues/781. Special thanks to @bendemboski for contributing a lot of details about the...
[Rendered](https://github.com/DLiblik/rfcs/blob/master/text/0656-read-cached-last-value.md) Allow a conventional way for RFC 566's @cached getters to retrieve the last-returned value from within the next execution of the getter to reduce computation load for complex results...