Skip to content

Latest commit

 

History

History
116 lines (78 loc) · 2.75 KB

Week-13.md

File metadata and controls

116 lines (78 loc) · 2.75 KB
title dateModified dateCreated tags parent week topics content
Week-13
2024-09-04
2024-08-20
react
[[Intro to React V3]]
13
deploying an app
snapshot of the react ecosystem
lesson plan

Week-13

Introduction

Topics Covered

  • Deploying an App
  • Snapshot of the React Ecosystem

Lesson Objectives

By the end of this lesson, we will:

Objective 1: Deploying an App

  • list the considerations of making a React application available online
  • compare online service options for application hosting
  • demonstrate the process of hosting a React application on Netlify

Objective 2: Snapshot of the React Ecosystem

  • identify popular code editor plugins and explain their use
  • examine frameworks used to build large or complex React applications
  • examine component libraries that solve for common UI development challenges
  • examine 3rd party libraries that provide React developers with additional tools
  • discuss the problems TypeScript solves and how React developers benefit from its usage

Discussion Topics

Topic 1

Topic 2

Topic n

Weekly Assignment Instructions

Expected App Capabilities

After completing this week's assignment, the app should be able to:

  • capability 1
  • capability 2
  • capability n

Instructions Part 1

  1. step 1
  2. step 2
  3. step n

Instructions Part 2

  1. step 1
  2. step 2
  3. step n

Instructions Part n

  1. step 1
  2. step 2
  3. step n

References and Further Reading

Deploying an App

Snapshot of the React Ecosystem

Frameworks

Component Libraries

Motion

Other Useful Libraries

Developer Experience (DX)