ember-fastboot / ember-fastboot/ember-cli-fastboot
Implement Experimental Mode Rehydrate properly using modules for modern Ember
Open
- Dominant language
- JavaScript
- Stars
- 850
- Forks
- 161
- Avg merge
- 17h 45m
- Merged PRs (30d)
- 19
Description
The way this render mode was implemented before was to inject a vendor file that monkey-patches Ember https://github.com/ember-fastboot/ember-cli-fastboot/blob/v4.1.2/packages/ember-cli-fastboot/vendor/experimental-render-mode-rehydrate.js
This really isn't the right way to do things with modern ember 🙈 we need to make sure that we're importing a module properly and possibly setting module-scope data to tell it to use the new render-mode and not rely on monkey-patching classes 👍
Contributor guide
Assessment
This issue has not been assessed yet.