Skip to content

Commit

Permalink
fix: typo in talk description
Browse files Browse the repository at this point in the history
  • Loading branch information
cernymatej authored Dec 17, 2024
1 parent 7c24b8a commit eec52a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/data/talks.json
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@
"slug": "2024-11-15-perfnow",
"release": "2024-11-15-perfnow",
"title": "Unpacking bundling",
"description": "JavaScript represents a bit part of page weight - and optimising for performance often requires trimming or optimising the bundle - albeit imperfectly. At the same time, bundlers have never been more important in full-stack JS frameworks. In this session we’ll be rethinking how bundlers can optimise JS, if we let go of some of our previous assumptions about what bundling means.",
"description": "JavaScript represents a big part of page weight - and optimising for performance often requires trimming or optimising the bundle - albeit imperfectly. At the same time, bundlers have never been more important in full-stack JS frameworks. In this session we’ll be rethinking how bundlers can optimise JS, if we let go of some of our previous assumptions about what bundling means.",
"source": "performance.now()",
"date": "2024-11-15T15:35:00.000Z",
"type": "conference",
Expand Down

0 comments on commit eec52a3

Please sign in to comment.