Skip to content
Arjie Cristobal edited this page Jan 2, 2020 · 1 revision

Welcome to the reactjs-redux-bootcamp wiki!

Web Development and React

HTML, CSS, and JavaScript are the pillars of web dev
Web apps are documents served to browsers
React projects are bundled (Parcel) and transpiled (Babel)
React optimized DOM calls with the Virtual DOM

Clone this wiki locally