Skip to content

Commit a797b4a

Browse files
committed
make note about ts
1 parent a8cd331 commit a797b4a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
## Prerequisites
3434

35-
- Basic understanding of HTML, CSS, JavaScript, and TypeScript
35+
- Basic understanding of HTML, CSS, and JavaScript
3636
- Install the [React DevTools](https://react.dev/learn/react-developer-tools)
3737

3838
## Pre-workshop Resources

exercises/README.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,11 @@ use React, but _understand_ it. This will help you build better applications and
1717
be more effective at debugging when things go wrong.
1818

1919
With that, let's get started!
20+
21+
<callout-info>
22+
NOTE: all the exercises in this workshop are in `index.html` files to keep
23+
things as simple as possible. The JavaScript you write will be inside inline
24+
`<script>` tags. This is just to keep things simple for this workshop, but in
25+
other workshops you'll be writing TypeScript 100% to make things resemble real
26+
world applications.
27+
</callout-info>

0 commit comments

Comments
 (0)