Skip to content

Commit

Permalink
chore(react-finland-2019): Add Tejas' talk
Browse files Browse the repository at this point in the history
Closes #66.
  • Loading branch information
bebraw committed Mar 21, 2019
1 parent f83fdd5 commit 8aa48ef
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
1 change: 1 addition & 0 deletions content/react-finland-2019/talks/sven-sauleau.ts
Expand Up @@ -13,6 +13,7 @@ Rust ecosystem offers many great tools to work with WebAssembly on the web. Thes
type: SessionType.TALK,
keywords: [
Keyword.LIVE_CODING,
Keyword.REACT,
Keyword.RUST,
Keyword.SERVERLESS,
Keyword.WEB_ASSEMBLY,
Expand Down
19 changes: 16 additions & 3 deletions content/react-finland-2019/talks/tejas-kumar.ts
@@ -1,12 +1,25 @@
import Keyword from "../../../server/schema/keywords";
import { Session, SessionType } from "../../../server/schema/Session";
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, render 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: [
Keyword.REACT,
Keyword.DESIGN_SYSTEMS,
Keyword.LIVE_CODING,
Keyword.MONACO_EDITOR,
Keyword.VS_CODE,
],
};

export default talk;
2 changes: 2 additions & 0 deletions server/schema/keywords.ts
Expand Up @@ -24,6 +24,7 @@ enum Keyword {
NEXT_JS,
MOBX,
MOBX_STATE_TREE,
MONACO_EDITOR,
POSTGRAPHILE,
PRISMA,
REACT,
Expand All @@ -46,6 +47,7 @@ enum Keyword {
TOOLING,
UNIVERSAL_REACT,
USER_INTERFACE,
VS_CODE,
WEBPACK,
WEB_ASSEMBLY,
}
Expand Down

0 comments on commit 8aa48ef

Please sign in to comment.