Content deleted Content added
Tag: Disambiguation links added |
→Basic usage: let -> const, no reassignment |
||
Line 33:
return <h1>{props.greeting}</h1>;
}
ReactDOM.render(App, document.getElementById('myReactApp'));
</script>
|