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
I find myself writing getInitialState: function() { return {}; } way too often. A lot of components wait for AJAX requests before setting any state variables, and doing this will make things much easier.