<script src="//cdn.jsdelivr.net/npm/medium-editor@latest/dist/js/medium-editor.min.js"></script> <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/medium-editor@latest/dist/css/medium-editor.min.css" type="text/css" media="screen" charset="utf-8">
Component architectures are an important part of ever modern front-end framework. In this article, I'm going to dissect Polymer, React, Riot.js, Vue.js, Aurelia and Angular 2 components. The goal is to make the commonalities between each solution obvious. Hopefully, this will convince you that learning one or the other isn't all that complex, given that everyone has somewhat settled on a component
Redactor is the AI-powered WYSIWYG editor for the web Built on vanilla JavaScript, Redactor gives you a clean interface, full control over data, and a one-time commercial license — no cloud, no dependencies, no limits. <h1>Exploring the Infinite 🙂</h1> <p>Space, the final frontier, stretches infinitely beyond the confines of Earth, a vast expanse of darkness speckled with stars, planets, and <b>g
Sushi2 JavaScript Library The Fastest Matrix Library for JavaScript, many improvements from Sushi related paper Masatoshi Hidaka, Ken Miura, Tatsuya Harada. Development of JavaScript-based deep learning platform and application to distributed training. ICLR 2017 Workshop. (Paper) Sukiyaki2 JavaScript Library JavaScript Machine Learning Library for Sushi, many improvements from Sukiyaki2 related pa
Tiny library for DOM manipulation and events https://cdn.jsdelivr.net/npm/umbrellajsGithub Download Try it Intuitive and Documented It is strongly influenced by jQuery with many similar methods so you'll feel at ease developing with Umbrella. However there are some extra features like .handle() and some methods like .append() are more flexible: Documentation // Simple events like jQuery u("button"
In this blog post, I present enumify, a library for implementing enums in JavaScript. The approach it takes is inspired by Java’s enums. Enum patterns # The following is a naive enum pattern for JavaScript: const Color = { RED: 0, GREEN: 1, BLUE: 2, } This implementation has several problems: Logging: If you log an enum value such as Color.RED, you don’t see its name. Type safety: Enum values are
Ember.js 2.3, a minor version release of Ember with backwards compatible changes, is released today. Ember.js 2.4 beta, the branch of Ember that will be released as stable in roughly six weeks, is also being released today. Changes in Ember.js 2.3 Ember.js 2.3 introduces a number of features we're excited to see in a stable release. ember-qunit 0.4.16+ is required for your codebase's test suite to
Environment for showcasing self-hosted HTML, CSS and JavaScript snippets, with editable source. Features Lightweight: No dependencies, uses textareas for editing by default. Plugins: Flexible plugin architecture for custom editors, preprocessors or anything else. Code editors: Includes plugins for code editors like Ace and CodeMirror. Preprocessors: Includes plugins for preprocessors (ES6, CoffeeS
import deact from 'deact'; const sayHi = () => console.log('hi'); const firstName = 'Moshe'; const lastName = 'Kolodny'; const todos = [ 'make todos list', 'something else?' ]; const domElement = deact` <div> <h1>Hello ${firstName} ${lastName}</h1> <span onClick=${ () => console.log('clicked!') }>span1</span> <span OncLiCK=${ sayHi }>span2</span> <ul> ${ todos.map(todo => deact`<li>${todo}</li>`)
Written by Sérgio Crisóstomo on 14 January 2016 – Posted under all, releases Today marks the release of MooTools Core and More versions 1.6.0. This is a minor revision that delivers a number of bug fixes as well as the introduction of new features. The main new adition is Class.Thenable which is a new Class mixin that can be used in Promise style flows by using its then method. When implemented in
lodash v4.0.0 2015 was big year! Lodash became the most depended on npm package, passed 1 billion downloads, & its v3 release saw massive adoption! The year was also one of collaboration, as discussions began on merging Lodash & Underscore. Much of Lodash v4 is proofing out the ideas from those discussions. Lodash v4 would not be possible without the collaboration & contributions of the Underscore
kolor is a useful color manipulation tool in JavaScript. It provides color string parsing, format converting and basic color adjusting methods. Supported color formats: RGB(A) HSL(A) HSV(A) # Usage Vanilla JS Just include kolor.js in your HTML document: <script src="kolor.js"></script> Core functionalities are provided by the kolor object in global scope. Working with RequireJS (or other AMD compa
monorepo とは 複数の npm package を 単一の git repository で管理すること 例えば Babel では、 100 以上の npm package が単一の git repository で管理されている https://github.com/babel/babel/tree/master/packages package 毎に repository を作る場合と比較した Pros & Cons Babel の repository のドキュメントから抜粋 Pros: lint, build, test, release のプロセスを共通化できる package をまたがった修正が容易になる issue 管理を一元化できる 開発環境の構築が簡単になる テストも package をまたいで実行でき、複数 package が絡む不具合の検知が容易になる Con
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く