It's really simple: when you update the component's state, it will re-render. React also has a helper method for that: this.forceUpdate().
確定! 回上一頁