You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are moving to stabilize the Fiber, we need to start creating the lifecycle, I think in order to have a better adoption, we can follow the React line or we can change it if everyone agrees.
For the purpose of this library, we have to pick up and evolve our lifecycle for animations.
Please leave your thoughts.
React.js
Fiber.js
Mounting
constructor
constructor
✅
render
render
✅
componentWillMount
componentWillMount
✅
componentDidMount
componentDidMount
⚠️
Updating
componentWillReceiveProps
componentWillReceiveProps
⚠️
shouldComponentUpdate
shouldComponentUpdate
⚠️
componentWillUpdate
componentWillUpdate
⚠️
componentDidUpdate
componentDidUpdate
⚠️
Unmounting
componentWillUnmount
componentWillUnmount
⚠️
APIs
setState
setState
⚠️
forceUpdate
forceUpdate
⚠️
Class Properties
defaultProps
defaultProps
⚠️
displayName
displayName
⚠️
Instance Properties
props
props
✅
state
state
✅
Animations
🤔
The text was updated successfully, but these errors were encountered:
Disclaimer
We are moving to stabilize the Fiber, we need to start creating the lifecycle, I think in order to have a better adoption, we can follow the React line or we can change it if everyone agrees.
For the purpose of this library, we have to pick up and evolve our lifecycle for animations.
Please leave your thoughts.
The text was updated successfully, but these errors were encountered: