Skip to content

Commit

Permalink
Fix word salad
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Jul 17, 2017
1 parent 63df597 commit 2e77162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class Meta extends Component {

- Read through the new leaflet example to get an idea of the differences between the old and new API. 🗺
- Move any DOM mutation code from `_render` into `_update`.
- Ensure `_returns` a DOM node always. (You will get warnings if you don't and it probably won't work)
- Ensure `_render` returns a DOM node always. (You will get warnings if you don't and it probably won't work)
- Consider moving any `_load` actions into `_willRender` if they don't depend on the newly rendered node being mounted in a DOM tree yet.
- Take advantage of `_didUpdate` allowing you to interact with your component after `_render` is called on mounted components 🙌

Expand Down

0 comments on commit 2e77162

Please sign in to comment.