建立一個 React Component 並發佈到 NPM 上

React.js

簡單記錄如何建立一個 React Component 並發佈到 NPM 上。

步驟

成品 - Newsticker


後記

這個 Component 順便練習了 Styled Components

相較於 OOCSS、SMACSS、BEM、CSS Modules,Styled Components 將樣式也併入元件了,React.js 可真是元件化到極致了呢。

歷史回顧…

更多關於 Styled Components 的資訊…

將這些東西整理成一篇文章了,請見-CSS 的模組化方法:OOCSS、SMACSS、BEM、CSS Modules、CSS in JS

打完收工 d(`・∀・)b


react.js styled-components npm css BEM