BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/5239587813195776/lesson/59ba563c8640a7f7b4b00592327246da?ref=outlook-calendar
SUMMARY:Scaffolding a Client Application with React and Webpack
DTSTART;TZID=America/Los_Angeles:20260509T190000
DTEND;TZID=America/Los_Angeles:20260509T200000
LOCATION:https://www.learndesk.us/class/5239587813195776/lesson/59ba563c8640a7f7b4b00592327246da?ref=outlook-calendar
DESCRIPTION: 
Client code has to be understood by any given web browser, so we need different tooling than what we used to make the server.


Create main client file with a React component

The component will just output “Hello World” for starters
Format is JSX



Install and configure Webpack

Configured via webpack.config.js
Webpack compiles our main file and all its dependencies into one user-friendly file
Uses Babel to transform code





https://www.learndesk.us/class/5239587813195776/lesson/59ba563c8640a7f7b4b00592327246da?ref=outlook-calendar
STATUS:CONFIRMED
SEQUENCE:3
BEGIN:VALARM
TRIGGER:-PT10M
DESCRIPTION:Class Reminder
ACTION:DISPLAY
END:VALARM
END:VEVENT
END:VCALENDAR