mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-07-12 15:18:34 +08:00
step 2-1 demo notes
This commit is contained in:
+4
-2
@@ -1,8 +1,8 @@
|
||||
# Step 2.1: Introduction to Typescript
|
||||
|
||||
In this exercise, we'll cover enough of the Typescript concepts to be productive with the React & Redux frameworks.
|
||||
In this step, we'll cover enough of the Typescript concepts to be productive with the React & Redux frameworks.
|
||||
|
||||
Topics in this Exercise will include:
|
||||
Topics in this step will include:
|
||||
|
||||
- ES modules
|
||||
- Basic Types
|
||||
@@ -11,6 +11,8 @@ Topics in this Exercise will include:
|
||||
- Spread and Destructuring
|
||||
- Async / Await
|
||||
|
||||
Have a look at the `demo/src/` files to get a sense of what those are
|
||||
|
||||
# Exercise
|
||||
|
||||
Please complete all exercises inside the `exercise/src` folder unless otherwise specified in the exercises below. First, open up [Step2-01 exercise page](http://localhost:8080/step2-01/exercise/) to see the results while you're implementing things.
|
||||
|
||||
Reference in New Issue
Block a user