This ember app contains example of some Backtracking re-rendering exceptions that you might come across in your app.
So far it includes:
- Modifying an already rendered property in a component lifecycle hook
- Calling a
set
within aget
- Emitting an action on component init
- Setting a className bound property through blur events
I'll add more cases as I come across them in my own app. Please send a PR if you have additional cases.
Ping me @gavinjoyce if you have any questions.
ember build
(development)