You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
This module is great, works great, and served me greatly, but there's a pletora of modern, faster, more capable alternatives me, among many other OSS developers, offer so that if obvious bugs are proven to exist, these will be fixed, but there won't be a major release and I won't remove legacy support for stuff that, as previously mentioned, works just fine and it's battle-tested from IE to the la
diffChars(oldStr, newStr[, options]) - diffs two blocks of text, treating each character as a token. ("Characters" here means Unicode code points - the elements you get when you loop over a string with a for ... of ... loop.) Returns a list of change objects. Options ignoreCase: If true, the uppercase and lowercase forms of a character are considered equal. Defaults to false. diffWords(oldStr, new
Microstates makes working with pure functions over immutable data feel like working with the classic, mutable models we all know and love. Table of Contents Features Why Microstates? M in MVC Functional Models What is a Microstate? Types and Type Composition Creating your own microstates Array Microstates Object Microstates Transitions Transitions for built-in types Type transitions Chaining trans
intercooler.js AJAX With Attributes: There is no need to be complex Announcement: htmx 1.x (intercooler 2.0) is now available at https://htmx.org and is recommended for all new projects. intercooler.js will continue to be supported indefinitely. <!-- This anchor tag posts to '/click' when it is clicked --> <a ic-post-to="/click"> Click Me! </a>
Standalone, framework-agnostic JavaScript library that enables recording, replaying, and stubbing HTTP interactions.
import React from 'react'; import { compose, withProps, withState } from 'proppy'; import { attach } from 'proppy-react'; const P = compose( withProps({ foo: 'foo value' }), withState('counter', 'setCounter', 0) ); function MyComponent({ foo, counter, setCounter }) { return ( <div> <p>Foo: {foo}</p> <p>Counter: {counter}</p> <button onClick={() => setCounter(counter + 1)}> Increment </button> </di
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く