Slide 1

Slide 1 text

<3

Slide 2

Slide 2 text

Oh hai, I’m @mdo. :heart:

Slide 3

Slide 3 text

B

Slide 4

Slide 4 text

Frameworks of Tomorrow And by tomorrow, I mean, like, tomorrow-ish.

Slide 5

Slide 5 text

What brought us to today Today’s frameworks bleed into tomorrow Where we’re heading after that Huh?

Slide 6

Slide 6 text

noun HTML, CSS, and/or JS for building awesome stuff on the Web faster and easier frame·work |ˈfrāmˌwərk|

Slide 7

Slide 7 text

Yesterday Earlier tools led to the larger frameworks of today.

Slide 8

Slide 8 text

And jQuery UI, Prototype, Scriptaculous, Mootools, etc.

Slide 9

Slide 9 text

/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } 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

Slide 10

Slide 10 text

No content

Slide 11

Slide 11 text

No content

Slide 12

Slide 12 text

No content

Slide 13

Slide 13 text

Today Comprehensive frameworks doing all the things.

Slide 14

Slide 14 text

No content

Slide 15

Slide 15 text

No content

Slide 16

Slide 16 text

No content

Slide 17

Slide 17 text

No content

Slide 18

Slide 18 text

Do all the things—one stop shop Go beyond basic styling in many cases Usually provides components & behavior

Slide 19

Slide 19 text

How’d we get to “Today?” CSS, styleguides, and people changed our tools.

Slide 20

Slide 20 text

CSS evolved. Or at least, how we use it. And it will again.

Slide 21

Slide 21 text

Designers embraced CSS CSS moved beyond type, forms, and grids People got tired of creating the same stuff

Slide 22

Slide 22 text

Docs became styleguides. More content in a slightly different format.

Slide 23

Slide 23 text

Prominence of web inspector tools Live examples along with “docs” Frameworks coming from products

Slide 24

Slide 24 text

Moar people. Lots of folks trying to build on the Web.

Slide 25

Slide 25 text

Hella nerds working on the Web Folks from all different backgrounds Everyone wants that fast starting point

Slide 26

Slide 26 text

Tomorrow? Well, more like tonight, honestly.

Slide 27

Slide 27 text

Frameworks focusing on learning & customization Beginners and customization tools change things.

Slide 28

Slide 28 text

No content

Slide 29

Slide 29 text

No content

Slide 30

Slide 30 text

No content

Slide 31

Slide 31 text

No content

Slide 32

Slide 32 text

A renewed focus on simpler tools... One tool, one job. Endless opportunities.

Slide 33

Slide 33 text

No content

Slide 34

Slide 34 text

No content

Slide 35

Slide 35 text

No content

Slide 36

Slide 36 text

No content

Slide 37

Slide 37 text

...leading to compilation frameworks “All your favorite tools from when you were young!”

Slide 38

Slide 38 text

Normalize Some typography Any grid system Handful of JavaScript plugins Compilation framework + + + =

Slide 39

Slide 39 text

320 and up

Slide 40

Slide 40 text

Mobile Web frameworks are a’coming. Folks want the same tools on mobile.

Slide 41

Slide 41 text

No content

Slide 42

Slide 42 text

No content

Slide 43

Slide 43 text

Just HTML, CSS, and JS Style and behavior are standardizing Immense opportunity for advanced stuff

Slide 44

Slide 44 text

Preprocessors coming at you from every angle SASS, LESS, etc will continue to add real power.

Slide 45

Slide 45 text

No content

Slide 46

Slide 46 text

No content

Slide 47

Slide 47 text

No content

Slide 48

Slide 48 text

No content

Slide 49

Slide 49 text

Extend frameworks anyway you see fit Powerful variables and mixins Built-in error handling

Slide 50

Slide 50 text

People will write less JavaScript. Frameworks make it easy to use awesome behavior.

Slide 51

Slide 51 text

No content

Slide 52

Slide 52 text

No content

Slide 53

Slide 53 text

Data attributes instead of raw JavaScript Natural extension of HTML and CSS Abstracted behavior, just like style Honorable mention: CSS animations

Slide 54

Slide 54 text

Day after tomorrow? A few things to check out, like, next week or so.

Slide 55

Slide 55 text

More frameworks being built at work, by you Build design systems based on a real product.

Slide 56

Slide 56 text

No content

Slide 57

Slide 57 text

No content

Slide 58

Slide 58 text

In-house frameworks will be the norm More frameworks from products Learn from others, then do it yourself

Slide 59

Slide 59 text

Component-level media queries Responsive for components, instead of viewports.

Slide 60

Slide 60 text

No content

Slide 61

Slide 61 text

// Media query on individual components // as envisioned by @jon_neal. // // https://github.com/jonathantneal/MediaClass .widget:media(max-width: 300px) { font-size: 14px; } 1 2 3 4 5 6 7 8

Slide 62

Slide 62 text

Could change how frameworks are built Make it about content, not devices Also practical outside frameworks

Slide 63

Slide 63 text

Designing native apps on the Web Design it interactively—using HTML, CSS, JS, etc.

Slide 64

Slide 64 text

We kinda already have the ultimate design tool.

Slide 65

Slide 65 text

It’s called Photoshop.

Slide 66

Slide 66 text

jk lol :p

Slide 67

Slide 67 text

It’s called the Web.

Slide 68

Slide 68 text

The toolbox of the web is browsers, frameworks, dev products, etc.

Slide 69

Slide 69 text

Designing with the Web by Steve Smith Power of CSS3 and designing in WebKit Use final assets in your CSS Ability to use real data in complete flows

Slide 70

Slide 70 text

Let’s recap Time is a funny thing—and it creeps up on us.

Slide 71

Slide 71 text

We’re in a familiar place. Tools of old have led to the large frameworks today.

Slide 72

Slide 72 text

Our tools are changing. Better, faster, stronger development.

Slide 73

Slide 73 text

Flexibility is key. Responsive, modular, customizable, and focused.

Slide 74

Slide 74 text

The Web is a design tool. And frameworks et al enable that.

Slide 75

Slide 75 text

Thanks, nerds! :heart: