Upgrade to Pro — share decks privately, control downloads, hide ads and more …

The Artsy Omakase - Artsy x React Native 2018

The Artsy Omakase - Artsy x React Native 2018

What is the Artsy JavaScript tech stack? How did choose and improve our dependencies

http://artsy.github.io/artsy-x-react-native.html

Artsy Open Source

July 09, 2018
Tweet

More Decks by Artsy Open Source

Other Decks in Programming

Transcript

  1. The start-up Art.sy aims to do for visual art what

    Pandora did for music: become a source of discovery, pleasure and education.” “
  2. A future where everyone is moved by art every day.

    Richard Serra -Betwixt the Torus and the Sphere https://artsy.net/artwork/richard-serra-betwixt-the-torus-and-the-sphere
  3. GERARD RICHTER,Abstraktes Bild, 1997, High Museum of Art, Atlanta, Georgia

    https://artsy.net/artist/gerhard-richter Expand the art market to support more artists and art in the world.
  4. The World’s Largest Database of Contemporary Art 2,000+ GALLERIES ~1,000,000

    ARTWORKS 25+ AUCTION HOUSES 80,000 ARTISTS 700 MUSEUMS 60+ ART FAIRS —
  5. WEB

  6. WEB

  7. GraphQL type Artist implements Node { alternate_names: [String] artworks_connection: ArtworkConn

    biography: Article birthday: String consignable: Boolean @deprecated deathday: String exhibition_highlights( # The number of Shows to retu size: Int = 5 ): [Show]
  8. App as function of data { "data": { "artist": {

    "name": "Marina Abramović", ... } } } { "state": { “tabIndex”: 1 } }
  9. func render(data: API, state: State) -> UI { let ui

    = app(data, state) return ui } ui
  10. func render(data: API, state: State) -> UI { let ui

    = app(data, state) return ui } ui anks