Thanks. That's not accurate. React is different from Angular. In React, you can't "render" without inserting the elements into DOM. That's why React uses the "Promise try catch" approach (which is weird IMHO). In our case, we're creating the component instance, but it does nothing until the setup() is resolved. Then, we call the ngOnInit hook and render the component's view into DOM.
↧