rfcs icon indicating copy to clipboard operation
rfcs copied to clipboard

RFCs for changes to Ember

Results 245 rfcs issues
Sort by recently updated
recently updated
newest added

#### [Rendered text](https://github.com/MehulKChaudhari/rfcs/blob/standardize-npm-yarn/text/0000-standardize-use-npm-yarn.md) Standardize the use of yarn and npm scripts in the Ember experience This change encourages developers to use `npm` or `yarn` for certain commands when working with...

T-learning
T-ember-cli

Updates the process and templates to match [RFC 617](https://github.com/emberjs/rfcs/blob/master/text/0617-rfc-stages.md) (RFC Stages)

pnpm is rock solid, and way faster than everything else. For new projects I clone to my machine, I can have `pnpm install` start and finish in under 3s and...

Query parameters are managed at two places in Ember today: At the controller and it's corresponding route. This has two main downsides in my opinion: 1. It increases mental overhead...

T-routing

if supported, maybe hash / anchor / id navigation would look like this in user-land: ```ts export default class Router extends EmberRouter { location = config.locationType; rootURL = config.rootURL; constructor()...

T-routing

Looking for thoughts here, and how to proceed. What we'd like to be able to do is deploy our engines separately from our main application. We have a giant monorepo...

@chriskrycho is actively planning to write this RFC so I feel comfortable making an issue here. While this should not be seen as a comprehensive list, significant effort has been...

For issue #629 [Rendered](https://github.com/emberjs/rfcs/blob/b50d9c60b6fb0b54f2db23ded31bf9782e1e6963/text/0632-deprecate-string-based-actions.md)

[**Rendered text**](https://github.com/emberjs/rfcs/blob/evolving-majors/text/0830-evolving-embers-major-version-process.md) --- Introduce a standard release train for *major* releases, analogous to Ember's release train for minor releases: - After every `X.8` minor release, Ember will ship a new...

T-framework
T-learning
T-steering

[Rendered](https://github.com/emberjs/rfcs/blob/deprecate-tracked-classic-decorator/text/0728-deprecate-tracked-classic-decorator.md)

T-deprecation