mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
9686487e3a
Using props to initialize state is completely fine; the issue is using state as a "cache" for values calculated based off of props. This title makes it more clear.