Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add my talk #66

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 9 additions & 3 deletions content/react-finland-2019/talks/tejas-kumar.ts
Expand Up @@ -3,10 +3,16 @@ import speaker from "../../people/tejas-kumar";

const talk: Session = {
people: [speaker],
title: "",
description: ``,
title: "Scalable (Design) Systems with TypeScript",
description: `This session explores creating living documentation for design systems, ensuring consistent documentation at all times using TypeScript.
We will read Markdown files, renders components described in them, and expose live type-safe code playgrounds powered by the Monaco Editor. We will, together, explore:

- Static Type Analysis and its value
- The Monaco text editor that powers VS Code
- Connecting it all together with React
`,
type: SessionType.TALK,
keywords: [],
keywords: ["react", "design system", "monaco editor", "vs code"],
};

export default talk;