Be sure to have the programs specified in setup.html installed to your system Github Education is not required. Use this page to keep pace with the workshop, or for solo practice. It will be accessible to you 24/7.
This workshop assumes you've had some exposure to Javascript and HTML
On completion execute:
This is the main syntax you'll be interacting with as you build a React or React Native based application. It allows you to join the HTML syntax directly into the Javascript function bodies. This allows for faster coding and a neater way to structure file systems & directories.
Practice using JSX Cheatsheet !!!
export default function Words (){
const name = "Ibrahima";
return
(
I'll let you test how the last bit of that text would output.