こんにちは。わでぃ(@kazuka000)です。 前回はコスパが良いコーヒーメーカーを紹介しましたが、今回は全自動のコーヒーメーカーです。 というのも、毎日コーヒーを挽いて会社に持っていっているので、少しでも楽にしたい想いからミル付全自動コーヒーメーカーを購入したいと思いました。 こんな人におすすめです。
What’s New in Compose Multiplatform - A Live Tour (droidcon London 2024)
React Native Meetup #5に参加したので簡単な感想とメモを備忘録的に残しておく。 当日のビデオが公開されている。詳しく知りたい方は見ることができる。 Reactを業務でやっているけど、Reactでも活かせそうな知見もあった。 ReactNativeでなにか作ってリリースしてみたい!という気持ちの盛り上がりを感じた Why not React Native いきなり英語セッションで面食らう。 ただ、始まったらゆっくりだし、内容は基本的にReactNativeのモチベーティング系の話だったのでスッと聞けた。 すでにReact Nativeを触っている自分としてはそんなに目新しいことはなかったが、Maya-Kaiというツールは触ってみようかなと思った。 日本語資料も後悔してくださっていたのでリンクはそれを張っている。 Our choice in ReactNative Elec
ReactNative触ったことなかったので、情報収集目的で参加した あくまで、個人のメモ書きです 誤字脱字、認識齟齬はご了承ください 概要 React Native Meetup#5 - 2017/05/19 connpass React Native Meetup#5 - connpass 19:00 会場&受付開始 19:30-19:40 オープニング 19:40 - 20:00 Why not React Native Pramendra Gupta 20:00 - 20:20 Our choice in ReactNative joe_re 20:20 - 20:30 async/await 構文を使った Android とのブリッジ nullpoo 20:30 - 20:40 Animated入門 nolick1219 20:40 - 20:50 react-navigatio
React exports a handful of utility types that may be useful to you when typing advanced React patterns. In previous sections we have seen a few of them. The following is a complete reference for each of these types along with some examples for how/where to use them. These types are all exported as named type exports from the react module. If you want to access them as members on the React object (
A popular pattern in React is the higher-order component pattern, so it's important that we can provide effective types for higher-order components in Flow. If you don't already know what a higher-order component is then make sure to read the React documentation on higher-order components before continuing. You can make use of the React.AbstractComponent type to annotate your higher order componen
The React docs for handling events show how an event handler can be attached to a React element. To type these event handlers you may use the SyntheticEvent<T> types like this: 1import {useState} from 'react';2import * as React from 'react';3 4function MyComponent(): React.Node {5 const [state, setState] = useState({count: 0});6 7 const handleClick = (event: SyntheticEvent<HTMLButtonElement>) => {
Adding Flow types to your React components is incredibly powerful. After typing your component, Flow will statically ensure that you are using the component in the way it was designed to be used. Functional ComponentsAdding Flow types to a functional component is the same as adding types to a standard function. Just create an object type for the props and Flow will ensure that the props passed to
導入TwitterやFacebookのIDで手軽にログインでき、ユーザーの利便性を高めるサービス「ソーシャルPLUS」。シェアNo.1のプロダクトとして成長を続けるだけでなく、現在LINEログインの分野でも注目が高まっているサービスのフロントエンドエンジニアに開発の裏側をインタビューしました! 【今回のインタビュイー】ソーシャルPLUSフロントエンドエンジニア 並木(写真左 2016年中途入社)、小飼(写真右 2017年中途入社) ソーシャルPLUS 開発環境について- はじめに、ソーシャルPLUSとはどんなサービスですか?並木:「ソーシャルログインの導入・実装サービスです。エンドユーザーがFacebookやTwitterアカウントなどで簡単にログインできるため、サイトのユーザビリティが高まり、ユーザー数の増加やコンバージョン数の向上に貢献しています。現在はLINEログインのニーズが多く、
定義 不変オブジェクトとは精製後に状態が変更されないオブジェクトのことである。 広義には、状態を変更しないオブジェクトを不変オブジェクトと呼ぶ。 狭義には、変更しようにも変更できないオブジェクト、つまり変更禁止のために細工をしたオブジェクトを指します。 作り方 javascriptオブジェクトを不変オブジェクトにするには次のような手がある。 - プロパティ(状態)を隠し、変更操作を提供しない(jsにはプロパティを隠すために使える技法のひとつにクロージャがある) - ECMAScript第5版の関数を活用する - writable属性、configurable属性、セッター、ゲッターを活用する 関数で不変オブジェクト化 メソッド名 プロパティ追加 プロパティ削除 プロパティ値変更 確認メソッド
In Domain Driven Design, there seems to be lots of agreement that Entities should not access Repositories directly. Did this come from Eric Evans Domain Driven Design book, or did it come from elsewhere? Where are there some good explanations for the reasoning behind it? edit: To clarify: I'm not talking about the classic OO practice of separating data access off into a separate layer from the bus
All slide content and descriptions are owned by their creators.
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く