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

今年お世話になったnpm module

Sponsored · Ship Features Fearlessly Turn features on and off without deploys. Used by thousands of Ruby developers.
Avatar for yudppp yudppp
November 22, 2018

今年お世話になったnpm module

Avatar for yudppp

yudppp

November 22, 2018
Tweet

More Decks by yudppp

Other Decks in Technology

Transcript

  1. ⾃⼰紹介 • @yudppp • 株式会社HRBrain CTO • 好きな⾔葉: 冪等性 •

    好きなキーボード: HHKB • メインはGoエンジニア • ◦△□ - https://blog.yudppp.com/
  2. SaaSプロダクトで使ったnpm • React • TypeScript • React Router • Redux

    • Redux thunk • TypeScript FSA • Webpack • Storybook • styled components • tslint / Prettier
  3. hooks build:before → Front Matter → Marked → posts/**.md posts.json

    ---
 id: 1
 title:ヘルプページの作り⽅ category: help
 ---
 ## はじめに
 { 
 "attributes": {
 "id": 1,
 "title": "ヘルプページの作り⽅", "category": "help"
 },
 "body": "## はじめに¥n "
 } { 
 "id": 1,
 "title": "ヘルプページの作り⽅", "category": "help",
 “body": "<h2>はじめに</h2> "
 } [{ 
 "id": 1,
 "title": "ヘルプページの作り⽅", "category": "help",
 “body": "<h2>はじめに</h2> "
 }, ]