|
|
|
|
|
by ng12
2691 days ago
|
|
> No document.createElement for you, you'll be wanting to import ReactDOM, make a class that extends Component (or make a stateless component via a function. Also not intuitive!), then render that component into the DOM. Yeah but you just described the entire framework. What he's driving at is that React had a very small API surface area, Vue has a much larger one. |
|