サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
アメリカ大統領選
facebook.github.io
Create React AppSet up a modern web app by running one command. Less to LearnYou don't need to learn and configure many build tools. Instant reloads help you focus on development. When it's time to deploy, your bundles are optimized automatically. Only One DependencyYour app only needs one build dependency. We test Create React App to make sure that all of its underlying pieces work together seaml
June 2018 Edition Introduction This is the specification for GraphQL, a query language and execution engine originally created at Facebook in 2012 for describing the capabilities and requirements of data models for client‐server applications. The development of this open standard started in 2015. GraphQL has evolved and may continue to evolve in future editions of this specification. Previous edit
Create exciting 360 and VR experiences using ReactDeploy your creation across the web to desktop, mobile, and VR devices
Python API Prophet follows the sklearn model API. We create an instance of the Prophet class and then call its fit and predict methods. The input to Prophet is always a dataframe with two columns: ds and y. The ds (datestamp) column should be of a format expected by Pandas, ideally YYYY-MM-DD for a date or YYYY-MM-DD HH:MM:SS for a timestamp. The y column must be numeric, and represents the measur
Prophet is a procedure for forecasting time series data based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality, plus holiday effects. It works best with time series that have strong seasonal effects and several seasons of historical data. Prophet is robust to missing data and shifts in the trend, and typically handles outliers well. Prophet is open so
FastMetro aims for sub-second reload cycles, fast startup and quick bundling speeds.
Immutable data encourages pure functions (data-in, data-out) and lends itself to much simpler application development and enabling techniques from functional programming such as lazy evaluation. While designed to bring these powerful functional concepts to JavaScript, it presents an Object-Oriented API familiar to Javascript engineers and closely mirroring that of Array, Map, and Set. It is easy a
Learn once, write anywhere: Build mobile apps with React Build native mobile apps using JavaScript and React React Native lets you build mobile apps using only JavaScript. It uses the same design as React, letting you compose a rich mobile UI from declarative components. import React , { Component } from 'react' ; import { Text , View } from 'react-native' ; class WhyReactNativeIsSoGreat extends C
React VR lets you build VR apps using only JavaScript. It uses the same design as React, letting you compose a rich VR world and UI from declarative components. import React from 'react'; import {AppRegistry, Pano, Text, View} from 'react-vr'; class WelcomeToVR extends React.Component { render() { // Displays "hello" text on top of a loaded 360 panorama image. // Text is 0.8 meters in size and is
Flux is the application architecture that Facebook uses for building client-side web applications. It complements React's composable view components by utilizing a unidirectional data flow. It's more of a pattern rather than a formal framework, and you can start using Flux immediately without a lot of new code. Flux applications have three major parts: the dispatcher, the stores, and the views (Re
Zstandard is a fast compression algorithm, providing high compression ratios. It also offers a special mode for small data, called dictionary compression. The reference library offers a very wide range of speed / compression trade-off, and is backed by an extremely fast decoder (see benchmarks below). Zstandard library is provided as open source software using a BSD license. Its format is stable a
The following is a list of some of the public apps using React Native and are published on the Apple App Store or the Google Play Store. Not all are implemented 100% in React Native -- many are hybrid native/React Native. Can you tell which parts are which? :) Want to add your app? Found an app that no longer works or no longer uses React Native? Please submit a pull request on GitHub to update th
Documentation This directory is not the Reason User documentation. This directory is for Reason contributor documentation. The Reason user docs live online at https://reasonml.github.io. The repo for those Reason docs lives at github.com/reasonml/reasonml.github.io Inside of this directory: Getting Started Contributing: GETTING_STARTED_CONTRIBUTING.md. Releasing: RELEASING.md Programmatically Usin
Fixed Data Tables for React FixedDataTable is a React component for building and presenting data in a flexible, powerful way. It supports standard table features, like headers, columns, rows, header groupings, and both fixed-position and scrolling columns. The table was designed to handle thousands of rows of data without sacrificing performance. Scrolling smoothly is a first-class goal of FixedDa
System RequirementsWatchman is known to compile and pass its test suite on: Linux systems with `inotify` macOS (uses `FSEvents` on 10.7+, `kqueue(2)` on earlier versions) Windows 10 (64-bit) and up. Windows 7 support is provided by community patchesWatchman used to support the following systems, but no one is actively maintaining them. The core of the code should be OK, but they likely don't buil
draftjs.org
Draft.js is a framework for building rich text editors in React, powered by an immutable model and abstracting over cross-browser differences. Draft.js makes it easy to build any type of rich text input, whether you're just looking to support a few inline text styles or building a complex text editor for composing long-form articles. Draft.js was introduced at React.js Conf in February 2016. Insta
Designing for many platforms Facebook supports a diverse audience around the world and an equally diverse set of devices. To emphasize that in our design mocks, we redrew a range of devices to show the global diversity of the people using our products. Each device comes with a bitmap of the device (with and without shadows) and the original Sketch file for that device. We'll release different cate
A collection of free resources made by designers at Facebook. iOS 9 GUI (iPhone) Photoshop and Sketch templates of GUI elements found in the public release of iOS 9. Diverse Device Hands Two different diverse hands holding various modern smartphones (iPhone 4-6+, Nexus, Windows Phone).
Prerequisite: USB Debugging # You'll need this in order to install your app on your device. First, make sure you have USB debugging enabled on your device . Check that your device has been successfully connected by running adb devices : $ adb devices List of devices attached emulator -5554 offline # Google emulator 14ed2fcc device # Physical device Seeing device in the right column means the devic
NOTE: This guide focuses on Android development. You'll need a Mac to build iOS apps. As React Native on iOS requires a Mac and most of the engineers at Facebook and contributors use Macs, support for OS X is a top priority. However, we would like to support developers using Linux and Windows too. We believe we'll get the best Linux and Windows support from people using these operating systems on
Photos of hands holding various phones, to be used in any presentation of your designs. What is it? We photographed these hands to help us keep in mind all the people around the world who will use our products. We'd love it if you used it in your work, too. These images are meant to be used when presenting and marketing your designs. They were made for Origami, and we've partnered with Framer Stud
JSXはXMLに似たJavaScriptのシンタックスの拡張です。Reactでは、単純なJSXのシンタックスの変換を使うことができます。 なぜJSXを使うのでしょうか? # ReactでJSXの使用を強制されるわけではありません。生のJSを使うこともできます。しかし、JSXは簡潔で、木構造とReactの特性を定義しやすいシンタックスであるため、JSXを使うことをお勧めします。 デザイナーのようなカジュアルな開発者にとってはさらに馴染みやすいでしょう。 XMLにはバランスの取れた開始タグと終了タグという利益があります。このことで、関数がオブジェクトリテラルを呼んでいるのを読むよりも簡単に大きな木構造を作ることができます。 これはJavaScriptのセマンティックスを代替するものではありません。 HTMLタグ対Reactコンポーネント # ReactはHTMLタグ(文字列)とReactコンポ
次のページ
このページを最初にブックマークしてみませんか?
『https://facebook.github.io/』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く