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
@Paul-Todd It is anti-pattern because you are doing unnecessary 'refresh' (i.e. changing of nav state) when it is not needed. You may try new feature of beta.18 - using Actions.refs.SCENE_NAME to refer to component instance (PR about new docs is welcome).
I would like to know why the code to add a button to the navbar (in V4) is considered an antipattern?
To me it seems the simplest way to add a button that has a closure to the object into the navbar or am I missing something?
The text was updated successfully, but these errors were encountered: