React Digest Issue #319

sponsor React Calendar vs. React Scheduler: What’s the Difference and When To Use Them Explore the differences between a calendar and a scheduler component so you know when to choose one over the other in your React app. To make the difference extra clear, … more Read More

Echo JS

HammerKit Release Blog 1.4.0 Introducing Mongoose 6.0.0 Speakeasy JS – Project Fugu: Closing Gaps in the Web’s Capabilities (Thomas Steiner) 🔀the useSwipe hook unlock polymorphic (mouse & touch) gestures in your React components 🔀 … more Read More

Compound Components In React

Compound components help developers build more expressive and flexible APIs to share state and logic within components. This tutorial explains how this can be achieved with the help of using the Context API and React to build components by using this … more Read More

Twilio ConversationsとVue.jsでチャットアプリケーションを作る(後編)

本稿は前編と後編に分かれており、前編ではプロジェクトのセットアップからバックエンドの構築までを、後編ではフロントエンド側の構築とアプリケーションの動作検証についてご紹介いたします。 前編はこちら:「Twilio ConversationsとVue.jsでチャットアプリケーションを作る(前編)」 フロントエンドを構築する フロントエンド側はVueコンポーネントを使って構築します。このチャットアプリケーションで使用するコンポーネントはシングルファイルコンポーネント(Single … more Read More