Comment by b_e_n_t_o_n
Comment by b_e_n_t_o_n 7 hours ago
Yeah that's a pretty good way of putting it. In Vue et al, the script tag is a constructor and the template is a render function. In react, you just write a render function and use hooks to define stuff that otherwise would have been in the constructor.