setState를 호출하지 않고 React 컴포넌트를 강제로 다시 렌더링할 수 있습니까? 변경 내용을 수신할 외부(컴포넌트에 대한) 관찰 가능한 개체가 있습니다.개체가 업데이트되면 변경 이벤트가 발생하며, 변경이 감지되면 구성 요소를 다시 렌더링하려고 합니다. 레벨의 with with with with with with withReact.render했지만, 은, 「로 말이 」라고 하는 이므로).render메서드 다음은 코드 예시입니다. export default class MyComponent extends React.Component { handleButtonClick() { this.render(); } render() { return ( {Math.random()} Click me ) } } 으로 ..