rbi-learning / Today-I-Learned

1 stars 0 forks source link

TIL 8/24 #170

Open psully777 opened 4 years ago

psully777 commented 4 years ago

TODAY I LEARNED

-ReactDOM.render(<App />, document.getElementById('root')) this line render s the App into the DOM

-Javascript expressions must go within {} if being used within HTML

-Parcel will translate all the react code we write into useable HTML/JS that the browser is able to understand