Skip to content

Commit 014678f

Browse files
committed
feat(talk): Update talk
1 parent fcbcb31 commit 014678f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/talks/sara-vieira.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ const keywords = require("../keywords");
33

44
module.exports = {
55
speakers: [require("../speakers/sara-vieira")],
6-
title: "React Testing",
7-
description: "Build apps is hard, super hard but not testing them makes them even harder as time goes by. Ever changed a component and then broke something on the other side of the app? Testing is important! Let's see how we can achieve inner peace in our apps by testing, we will go over Enzyme, Snapshot testing, UI testing and introduce many ways to make tests easier and more enjoyable.",
6+
title: "State Management in React Apps with Apollo Client",
7+
description: "Apollo has given us freedom and happiness when it comes to managing our data coming from the server but we still had to write code and sometimes a lot of it to manage our local state? Well, what if we managed it with queries too? Sounds too awesome right? Let's learn how to do this with apollo-link-state.",
88
type: enums.PRESENTATION,
99
keywords: require("../speakers/sara-vieira").keywords,
1010
};

0 commit comments

Comments
 (0)