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. Dismiss alert
import { html, css, createStore, component, withProp, withStore, withStyle, withMarkup, } from 'compo'; createStore((state, action) => { switch (action.type) { case 'ADD': return state + 1; case 'SUB': return state - 1; default: return state; } }, 0); component( 'my-counter-label', withProp('value'), withStyle(({ value }) => css` :host { color: ${value < 1 ? 'red' : 'black'}; } `,), ); component(
Dear JavaScript Community! We’ve been hard at work over the past months, improving Greenkeeper in a variety of ways and adding some major features. Aside from doing a lot of internal work on infrastructure, reliability, logging and billing, we’ve expanded Greenkeeper’s capabilities in very visible ways: it now supports monorepos. That means: full support for running Greenkeeper on monoreposbetter
Every developer knows state management is difficult. Continuously keeping track of what has been updated, why, and when, can become a nightmare, especially in large applications. In the Angular world, the most popular solution is ngrx/store, which was inspired by the famous Redux model. Personally, I’m a big fan of Redux and worked a lot with ngrx; However, both as a developer and as a consultant,
ステート管理ライブラリの[email protected]をリリースしました。 詳しい変更点は次の記事でも紹介しています。 Almin v0.17 – Support context.useCase#execute typing and new React Context · Almin ⭐ Feature Support context.useCase#execute typing #342 #107 AlminはTypeScriptを公式にサポートしています。 しかし今まではcontext.useCase(someUseCase).execute(args)のargsがany[]となっていました。 コレを解消するためにAlmin 0.13でcontext.useCase(someUseCase).executor(useCase => useCase.execute(args))という
Today we are excited to announce Jest 23, our largest major release to date! Together with over 100 contributors, we've shipped a ton of features and bug fixes. Thank you to everyone in the community for helping make JavaScript Testing Delightful. We would also like to welcome both Babel and webpack to the Jest community! After converting from Mocha to Jest 23 Beta, webpack saw their total test su
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く