タグ

2016年11月8日のブックマーク (5件)

  • Master the DOM

    IntroductionMany web developers think the DOM is really difficult (or slow) and you need a huge framework to tame it. Then they invest a lot of their time to learn the framework. A year or two passes, another framework becomes popular and you need to learn everything from scratch. Repeat this a couple more times and JavaScript fatigue is born. Not to mention a huge pile of dependencies. What if I

    Master the DOM
    yuhiisk
    yuhiisk 2016/11/08
  • RE:DOM is now 1.0!

    HistoryAlmost two years ago, March 10 2015, I released the first version of FRZR, a tiny view library. The API has changed a lot since that and even the name changed to RE:DOM. It has been a long journey, I’ve learned a lot and it’s awesome to finally be at the version 1.0! RE:DOM is definitely more than ready for production with 100 % test coverage. PerformanceRE:DOM is one of the fastest view li

    RE:DOM is now 1.0!
    yuhiisk
    yuhiisk 2016/11/08
  • RE:DOM

    RE:DOM is a tiny (2 KB) DOM library, which adds useful helpers to create DOM elements and keeping them in sync with the data.

    RE:DOM
    yuhiisk
    yuhiisk 2016/11/08
    シンプルなDOMのラッパーライブラリ
  • Rollup

    yuhiisk
    yuhiisk 2016/11/08
  • Rollupがちょうどいい感じ - Qiita

    昨年の途中からちらほら耳にするものの、まだ「なにそれ美味しいの?」なRollupですが、馴染むと手放せなくなる感じ。どんなものか、使い方から、プラグインのつくりかたまで、概観してみたいと思います。 Rollupって何? 複数ファイルに書かれたJavaScriptを、モジュールなどを読み込みつつ、ひとつのバンドルにしてくれるツール。WebPackとかBrowserifyみたいなやつです。依存モジュールの解決や、AltJSのプリコンパイルしたり、など。大きな特徴として、次の点がよく挙げられます。 生成ファイルが小さい ES6(ES2015)ネイティブ ドキュメント類はまだ最低限という感じですが、WebPackかBrowserifyにさわったことがあれば、そんなに迷うことはないかも。ただ、トップページに行っても正直よくわからないので、今のところWikiが一番の情報源です。公式の情報で見るべきとこ

    Rollupがちょうどいい感じ - Qiita
    yuhiisk
    yuhiisk 2016/11/08
    rollupはイイ感じ