Browse Source

Added a note about experimental class properties usage in examples

main
Brian Vaughn 7 years ago
parent
commit
97a109d8b2
  1. 4
      content/blog/2018-03-15-update-on-async-rendering.md

4
content/blog/2018-03-15-update-on-async-rendering.md

@ -44,6 +44,10 @@ This new lifecycle is invoked after a component is instantiated and when it rece
Now let's take a look at some examples.
> Note
>
> For brevity, the examples below are written using the experimental class properties transform, but the same migration strategies apply without it.
### Initializing state
This example shows a component with `setState` calls inside of `componentWillMount`:

Loading…
Cancel
Save