Skip to content

Commit

Permalink
Change numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-br committed May 18, 2024
1 parent 1f1bc7b commit 1f988a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions posts/2024-05-17-simple_ts_framework.markdown
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Building A Frontend Component Framework With TypeScript: Part ἄλφα - Setting Up an NPM Project"
title: "Building A Frontend Component Framework With TypeScript: Part I - Setting Up an NPM Project"
---

### Building A Frontend Component Framework With TypeScript: Part ἄλφα - Setting up an NPM project
### Building A Frontend Component Framework With TypeScript: Part II - Setting up an NPM project

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.

Expand Down
4 changes: 2 additions & 2 deletions posts/2024-05-18-simple_ts_framework.markdown
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Building A Frontend Component Framework With TypeScript: Part βῆτα - Rendering Simple Components"
title: "Building A Frontend Component Framework With TypeScript: Part II - Rendering Simple Components"
---

### Building A Frontend Component Framework With TypeScript: Part βῆτα - Rendering Simple Components
### Building A Frontend Component Framework With TypeScript: Part II - Rendering Simple Components

In this part of the blog series, we will begin defining a few types and attempting to render them in the browser.

Expand Down

0 comments on commit 1f988a4

Please sign in to comment.