Skip to content

Commit

Permalink
add warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-br committed May 18, 2024
1 parent 279d09d commit 0579af4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions posts/2024-05-17-simple_ts_framework.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ title: "Building A Frontend Component Framework With TypeScript: Part ἄλφα

In this blog series, we will be building a simple component based frontend framework entirely in TypeScript. This series will guide you through framework design, focusing on modular and reusable components.

**Important Security Notice**: Please be aware that the code provided here is intended for demonstration purposes only and represents a basic implementation of a modern web framework. As such, it may be susceptible to common security vulnerabilities, including cross-site scripting (XSS) attacks. I strongly recommend not running this code in any production environment.

**Why TypeScript?**

- **Strong Typing**: TypeScript's strong typing system helps catch errors early in the development process, making it ideal for components intended for wide reuse in various parts of an application or even across projects.
Expand Down

0 comments on commit 0579af4

Please sign in to comment.