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

Cookpad TechConf 2019 Komerco Service Dev

kenshir0f
February 27, 2019

Cookpad TechConf 2019 Komerco Service Dev

Cookpad TechConf 2019にて「新規サービス開発を加速させる技術とデザイン」というタイトルでお話したスライドです。
https://techconf.cookpad.com/2019/

kenshir0f

February 27, 2019
Tweet

More Decks by kenshir0f

Other Decks in Design

Transcript

  1. 3

  2. 5

  3. 11 100% 9%41 AM komerco ঎඼Λग़඼͢Δ  γϣοϓ؅ཧ ϝοηʔδ ঎඼؅ཧ

    ஫จ؅ཧ      ঎඼؅ཧ ग़඼தͷ঎඼͕͋Γ·ͤΜ 100% 9%41 AM komerco 100% 9%41 AM komerco   ʲ࣫ృΓʳ఼Ѫ༻ͷṟஔ͖ ʲ࣫ృΓʳ఼Ѫ༻ͷṟஔ͖ ܙൺण԰ෑ ࡏݿ͋Γ #͓ṟ #ແண৭ #αονʔω ঎඼ͷઆ໌ ˇ1,200 ΧʔτʹೖΕΔ 
  4. 12 100% 9%41 AM komerco ঎඼Λग़඼͢Δ  γϣοϓ؅ཧ ϝοηʔδ ঎඼؅ཧ

    ஫จ؅ཧ      ঎඼؅ཧ ग़඼தͷ঎඼͕͋Γ·ͤΜ 100% 9%41 AM komerco 100% 9%41 AM komerco   ʲ࣫ృΓʳ఼Ѫ༻ͷṟஔ͖ ʲ࣫ృΓʳ఼Ѫ༻ͷṟஔ͖ ܙൺण԰ෑ ࡏݿ͋Γ #͓ṟ #ແண৭ #αονʔω ঎඼ͷઆ໌ ˇ1,200 ΧʔτʹೖΕΔ  ΫοΫύουͷϝΠϯΧϥʔ طଘͷΞΠίϯ
  5. 25

  6. 26

  7. 31

  8. 32

  9. 34

  10. 36

  11. 38

  12. iOS (Swift) 44 import Lottie private let likeAnimationView = LOTAnimationView(name:

    "add_like.json") likeAnimationView.play { [weak self] finished in self?.update() }
  13. Web (React, Typescript) 45 import Lottie from ‘react-lottie’ const option

    = { loop: true, autoplay: true, animationData: require(‘./loading.json’) } <Lottie options={ option } width={ 100 } height={ 100 } />
  14. 49

  15. Button.mdx 51 import Button from './../components/Button' import { Playground, PropsTable

    } from ‘docz’ # Button <PropsTable of={ Button } /> <Playground> <Button color={ 'primary' }>Primary Button</Button> </Playground>
  16. 52

  17. 54