-
Notifications
You must be signed in to change notification settings - Fork 37
/
schedule.json.js
368 lines (366 loc) · 18.2 KB
/
schedule.json.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
let day1Json = [
{
startTime: '9:00',
endTime: '10:00',
title: 'Registration & Breakfast'
},
{
startTime: '10:00',
endTime: '10:30',
title: 'Keynote',
speaker: {
name: 'Nick Schrock',
company: 'Facebook',
avatarUrl: 'http://conf.reactjs.com/img/nick-schrock.jpg'
}
},
{
startTime: '10:30',
endTime: '11:00',
title: 'How To Use React In a Wedding Gift Without Being A Bad Friend',
speaker: {
name: 'Keith Poplawski',
company: 'Namely',
avatarUrl: 'http://conf.reactjs.com/img/keith-poplawski.jpg'
},
description: [
'As a belated gift, I’ve created a physical, standalone version of Jeopardy. Featuring React as the project’s interface, an Arduino and a node app running on a Raspberry Pi create an engaging and unique user experience. The presentation highlights React’s potential to respond to input beyond the mouse, including touch, physical buttons, and speech recognition.'
]
},
{
startTime: '11:00',
endTime: '11:30',
title: 'Break'
},
{
startTime: '11:30',
endTime: '12:00',
title: 'Rich Text Editing with React',
speaker: {
name: 'Isaac Salier-Hellendag',
company: 'Facebook',
avatarUrl: 'http://conf.reactjs.com/img/isaac-salier-hellendag.jpg'
},
description: [
'Plain text is boring. At Facebook, we want to give our users the ability to add mentions, emoticons, hashtags, styles, and embedded media within the content they share. The result is that nearly every input on Facebook requires rich text features.',
'As UI engineers, we want to provide our product teams with the tools to implement and expand upon these features without pushing them into the contentEditable pit of despair.',
'This talk will dive into the details of how we used React, ImmutableJS, and yes, contentEditable, to create an editor framework that enables engineers to build and customize rich text composition experiences across Facebook.'
]
},
{
startTime: '12:00',
endTime: '12:30',
title: 'A Cartoon Guide to the Wilds of Data Handling',
speaker: {
name: 'Lin Clark',
company: 'Mozilla',
avatarUrl: 'http://conf.reactjs.com/img/lin-clark.jpg'
},
description: [
'I’m going to walk you through the wilds of data handling in react. I call it “the wilds” because when you first look at the landscape, it seems to be overflowing with an untamed profusion of different options. The boundaries between these options aren’t clear, and it’s hard to see why you’d want to pick any one in particular.',
'When you look closer, you’ll see that it’s actually easier to navigate than you might think. You just need a good guide.'
]
},
{
startTime: '12:30',
endTime: '2:00',
title: 'Lunch'
},
{
startTime: '2:00',
endTime: '2:30',
title: 'Demystifying Tech Recruiting',
speaker: {
name: 'Helena Milosevic',
company: 'Facebook',
avatarUrl: 'http://conf.reactjs.com/img/helena-milosevic.jpg'
},
description: [
'The recruiting process employed by major technology companies can often seem like a black box. In a pretty untraditional type of talk for a JavaScript conference, I will dive deep into exactly how the process works at Facebook in order to give you an idea of what to expect and how to prepare if you ever decide to apply for a major technology company.'
]
},
{
startTime: '2:30',
endTime: '3:00',
title: 'Web-like Release Agility for Native Apps',
speaker: {
name: 'Jonathan Carter',
company: 'Microsoft',
avatarUrl: 'http://conf.reactjs.com/img/jonathan-carter.jpg'
},
description: [
'React Native brought the web’s enviable debug cycle to mobile, without needing to sacrifice native UI to get there. While this makes for an amazing dev experience, your apps are still ultimately distributed through stores, and therefore, can’t immediately take advantage of the same release agility that is typically associated with web dev. But that doesn’t have to be the case!',
'Whether you are doing distributions within your team, amongst your clients or to your entire consumer base, getting improvements out to users as quickly as possible, and monitoring its impact on usage/satisfaction, can be critical to success. This talk will show how easy it can be to setup an automated build pipeline and release continous app deployments via services like VSTS, HockeyApp and CodePush.'
]
},
{
startTime: '3:00',
endTime: '3:30',
title: 'Break'
},
{
startTime: '3:30',
endTime: '4:00',
title: 'React, Meet Virtual Reality',
speaker: {
name: 'Eric Florenzano',
avatarUrl: 'http://conf.reactjs.com/img/eric-florenzano.jpg'
},
description: [
'After a short moment in the 90s, Virtual Reality faded away. Now in 2016, VR is coming back in a big way. Games are leading the charge, but with millions of headsets pouring into the marketplace over the next few years, how can React web and app developers get involved? Can React even handle the screaming-fast performance requirements of VR? Spoiler: it can.',
'This talk explores these concepts by incrementally building up a mobile VR engine that can be driven not just with JavaScript, but with React. We’ll discover how naive approaches fail, and why game engines are built the way they are. Finally, we’ll cover some exiting work with WebVR which intends to bring VR to all browsers.'
]
},
{
startTime: '4:00',
endTime: '4:30',
title: 'Building a Progressive Web App',
speaker: {
name: 'Aditya Punjani',
company: 'Flipkart',
avatarUrl: 'http://conf.reactjs.com/img/aditya-punjani.jpg'
},
description: [
'Flipkart Lite is Progressive Web App built with React, Flux, and Service Workers. This talk will deep dive into how we developed a high-performance mobile web app at scale, by devising a new architecture and taking an unconventional approach to server-side rendering with React.',
'Hear how React and Flux Stores helped us speed up rendering and how we heavily optimized React Components to achieve 60fps scrolling and interactions. In conjunction with this, learn how we utilized Service Workers to eliminate all network latencies on repeat visits. The result was an immersive and smooth web app that worked seamlessly even on low-end mobile devices and 2g connections.'
]
},
{
startTime: '4:30',
endTime: '5:00',
title: 'Break'
},
{
startTime: '5:00',
endTime: '5:30',
title: 'Redux, Re-frame, Relay, Om/next, oh my!',
speaker: {
name: 'Jared Forsyth',
company: 'Khan Academy',
avatarUrl: 'http://conf.reactjs.com/img/jared-forsyth.jpg'
},
description: [
'Managing client-side state is pretty easy for TodoMVC, but soon after you move beyond that, your app can quickly get brittle, discouraging re-use and significantly complicating maintenance. I will give an overview of a few of the libraries/frameworks that have appeared recently that try to address this problem, show how each of them looks when used in the React context, and then discuss advantages, disadvantages, common patterns, and what we can learn.'
]
},
{
startTime: '5:30',
endTime: '6:30',
title: 'Lightning Talks',
speaker: {
name: 'Andy Matuschak (Khan Academy), Vivian Cromwell (Chop Technologies, Inc), Vivek Patel (Google), Maria Hollweck (Girls Can Do IT), Kyle Matthews (RelateRocket), Eric Vlad Vicenti (Facebook), Andres Suarez (Facebook), Jake Taylor (Fuse) and Ken Wheeler (Formidable)',
avatarUrl: 'http://charca.me/images/reactjs-conf/logo.png'
},
description: [
'Gestures, Graphs, and Gaffes.',
'React Native Infinite List Done Right',
'Oy vey! Email templating with React',
'React Native: Lessons Learned After Migrating an App from iOS to Android',
'Gatsby, a React.js Static Site Generator',
'Reducing Navigation',
'Nuclide hacks for React Native development',
'Hotter than Hot Reload - Building Native Mobile Apps with Fuse',
'Building the Walmart iOS pharmacy with React Native'
]
},
{
startTime: '6:30',
endTime: '10:00',
title: 'Food, Drinks, and Q&A with the React/RN/Relay/GraphQL teams'
}
];
let day2Json = [
{
startTime: '9:00',
endTime: '10:00',
title: 'Breakfast'
},
{
startTime: '10:00',
endTime: '10:30',
title: 'Team × Technology',
speaker: {
name: 'James Ide',
company: 'Exponent',
avatarUrl: 'http://conf.reactjs.com/img/james-ide.jpg'
},
description: [
'With React Native, mobile developers are able to increase both their productivity and scope of work. The cross-platform technology is fantastic for teams building for Android and iOS, and developers can take ownership of products & features instead of single-platform implementations.',
'At Exponent we’ve extended this idea to include both products and infrastructure. I’ll talk a bit about how we apply this to our software development and the benefits and challenges of growing full-stack developers into cross-stack mobile developers who are responsible for Android and iOS.'
]
},
{
startTime: '10:30',
endTime: '11:00',
title: 'Universal GL Effects for Web and Native',
speaker: {
name: 'Gaetan Renaudeau',
company: 'Project September',
avatarUrl: 'http://conf.reactjs.com/img/gaetan-renaudeau.jpg'
},
description: [
'gl-react is a universal library for implementing advanced filters and effects on top of images, videos, text or any VDOM Content (such as UI Views) - without having to deal with the imperative and low-level OpenGL and WebGL APIs. Because they are defined as simple React components, complex arrangements can be composed using the VDOM descriptive paradigm.',
'gl-react hides OpenGL’s statefulness and exposes its greatest functional feature: GLSL (an expressive ’functional rendering’ language) and its rendering pipeline that runs on the GPU. Effects such as blur, saturation, color rotation and tinting, image composition, noise,... can all be implemented easily. But OpenGL is extremely powerful, unlocking the potential for spectacular effects and UI components: image deformation, localized blur using depth map, normal map effects, and more.'
]
},
{
startTime: '11:00',
endTime: '11:30',
title: 'Break'
},
{
startTime: '11:30',
endTime: '12:00',
title: 'React: What Lies Ahead',
speaker: {
name: 'Ben Alpert',
company: 'Facebook',
avatarUrl: 'http://conf.reactjs.com/img/ben-alpert.jpg'
},
description: [
'In the last few years, React has exploded in popularity, now supporting hundreds of thousands of developers on the web. React also lies at the heart of React Native, which has made it easier than ever to build native mobile apps.',
'On the React team, we’re continually making performance and stability improvements so that React can be a strong foundation. But in our role of helping developers build high-quality products quickly, what new opportunities for React do we see in the future? In this talk, hear about the latest challenges we’re facing at Facebook, how React might be able to help solve them in the future, and how we think about developing React.'
]
},
{
startTime: '12:00',
endTime: '12:30',
title: 'Lightning Talks',
speaker: {
name: 'Devon Lindsey (Apple), Eric Sauter (Fixt), Adam Wolff (Facebook), Nicolas Gallagher (Twitter) and Cole Voss (Hudl)',
avatarUrl: 'http://charca.me/images/reactjs-conf/logo.png'
},
description: [
'Contributing Vapor',
'A React Native Restrospective',
'Buzz: A Distributed, Event-Sourced GraphQL Server',
'React Native for Web',
'"Learning" Other Languages Makes You A Better Javascript Developer'
]
},
{
startTime: '12:30',
endTime: '2:00',
title: 'Lunch'
},
{
startTime: '2:00',
endTime: '2:30',
title: 'Performance Without Compromise',
speaker: {
name: 'Steve McGuire',
company: 'Netflix',
avatarUrl: 'http://conf.reactjs.com/img/steve-mcguire.jpg'
},
description: [
'Performance and declarative, functional programming are at odds in the minds of many developers. At Netflix, we have an especially challenging performance target to hit. This talk will explore how we managed to take an unflinching stand on a completely declarative React based architecture while maintaining 100ms key-input and 60fps on the 600mhz single-core devices in your living room.',
'We’ll talk about how and why we adhered to principles like no refs, no observation, no mixins or inheritance, immutable hierarchical state, declarative data via Falcor, and top-down-rendering. While some of these principles can actually help performance, we’ll share how we mitigated others in order to hit our tough performance targets without compromising.'
]
},
{
startTime: '2:30',
endTime: '3:00',
title: 'A GraphQL Framework in Non-JS Servers',
speaker: {
name: 'Syrus Akbary',
company: 'Graphene',
avatarUrl: 'http://conf.reactjs.com/img/syrus-akbary.jpg'
},
description: [
'GraphQL is quite powerful, but why create our schemas in JS if our backend is in a different language? (Python, PHP/Hack, Ruby, Scala...)',
'We will do a quick overview of the different GraphQL implementations and focus on Graphene, the main GraphQL Framework for Python that permits setup a GraphQL server and schema in the blink of an eye.'
]
},
{
startTime: '3:00',
endTime: '3:30',
title: 'Break'
},
{
startTime: '3:30',
endTime: '4:00',
title: 'Speeding up Startup for Large React Apps',
speaker: {
name: 'Bhuwan Khattar',
company: 'Facebook',
avatarUrl: 'http://conf.reactjs.com/img/bhuwan-khattar.jpg'
},
description: [
'Applications inevitably get new features over time. While number of features might grow linearly, the increase in coupling across parts of the application is usually exponential and slows down app initialization and degrades performance. We obviously want richer applications, but not necessarily at the cost of performance.',
'Instead of compromising by choosing one over the other, we’ve been building abstractions and infrastructure to improve performance, even in the face of increasing complexity. By incrementally loading parts of our application and reducing work required for application initialization, we can significantly simplify and speed up startup. This talk explores some of Facebook’s efforts to make initialization faster for large and growing React applications.'
]
},
{
startTime: '4:00',
endTime: '4:30',
title: 'Rethinking All Practices: Building Applications in Elm',
speaker: {
name: 'Jamison Dance',
company: 'Kuali',
avatarUrl: 'http://conf.reactjs.com/img/jamison-dance.jpg'
},
description: [
'React re-thought best practices for web and native development, but it is limited by the strengths and weaknesses of JavaScript.',
'Elm takes rethinking best practices even further by asking what a modern language designed for productive development should look like.',
'Signals and the Elm Architecture help you compose large complex applications out of small, understandable pieces. Elm’s powerful type system and emphasis on pure functions and immutable data make refactoring and maintaining large applications faster and easier.',
'Elm and React share common ideas, and creating a new language helps Elm leverage those ideas in to a better development experience. Learn how Elm can make you a better React developer, and maybe, just maybe, take the plunge in to trying Elm yourself.'
]
},
{
startTime: '4:30',
endTime: '5:00',
title: 'Break'
},
{
startTime: '5:00',
endTime: '5:30',
title: 'Optimising React Native: Tools and Tips',
speaker: {
name: 'Tadeu Zagallo',
company: 'Facebook',
avatarUrl: 'http://conf.reactjs.com/img/tadeu-zagallo.jpg'
},
description: [
'React Native has seen an impressive adoption since its open-sourcing. Our goal is to make it easier for developers to write awesome native apps and we believe that performance is a prerequisite for a great user experience. We’ll go over some of the tools that we use to find and fix performance issues in React Native code, and share some tips and optimisations that you can use to make your own apps faster.'
]
},
{
startTime: '5:30',
endTime: '6:00',
title: 'Back to React',
speaker: {
name: 'Andrew Clark',
company: 'OpenGov',
avatarUrl: 'http://conf.reactjs.com/img/andrew-clark.jpg'
},
description: [
'React isn’t yet-another-JavaScript-framework — it’s a paradigm shift in the way UIs are engineered. If in ten years we’re no longer using React, we’ll likely be using something similar. You can already see this in how pre-React libraries like Ember and Angular have pivoted in the wake of React’s two big innovations: a declarative component model, and unidirectional data flow.',
'But it’s even more clear when looking at the post-React libraries, which use functional programming concepts to provide powerful architectures for state management. In this talk, I’ll show how we can steal some of the best ideas from Om, Cycle, and Elm, and use them in our React applications.'
]
},
{
startTime: '6:00',
endTime: '6:30',
title: 'Lightning Talks',
speaker: {
name: 'Elie Rotenberg (Webedia), Leland Richardson (Airbnb), Bob Ralian (Automattic - WordPress.com), Gabe Scholz (Brewhouse Software) and Zak El Fassi (Zaigood)',
avatarUrl: 'http://charca.me/images/reactjs-conf/logo.png'
},
description: [
'Protect your DOM from tampering with React tree obfuscation',
'Testing Your React Components',
'Internationalization on WordPress.com',
'Weighing the benefits of RxJS in React applications',
'6 Year olds discovering React Native'
]
},
{
startTime: '6:30',
endTime: '10:00',
title: 'Food & Drinks at the Conference Venue again'
}
];
module.exports = {
'Day 1': day1Json,
'Day 2': day2Json
};