React component design pattern. What do you use?
I often run into a bit more complex Reactjs components to build. Some that change part of their UI, or complete UI, based on some state change. Like login screen that displays "forgot password?" on login errors (only part of login popup UI) or transf...