react-lang

Use simple components(<EN>, <ZH> and etc) to create i18n apps.


Keywords
react, i18n, international, react-native, utilities, shared
License
MIT
Install
npm install react-lang@0.1.2

Documentation

react-web

Reactๅ…จๅฎถๆกถ

A rich collection of react vendors and components for silky web dev experience.

Install

Browser/Production

<!-- no react.js, no react-dom.js, no babel-polyfill -->
<script src="https://cdn.jsdelivr.net/npm/@react-web/vendor@0.1.2/dist/vendor.production.js" />

<script src="/your/app.js" />

NPM/Development

vendor:

โ†’ npm i @react-web/vendor -D

components:

โ†’ npm i @react-web/components -D

Document

Vendor vendor

@react-web/vendor bundled below packages as one file so you can use one script to load them all. You can spend less time to solve dependencies problems and focus on your code.

Vendor Version Description
reactโ†— 16.3.2 A UI Framework
react-domโ†— 16.3.2 DOM adaptor for react
prop-typesโ†— 15.6.0 Runtime type checking for React props and similar objects
react-adoptโ†— 0.4.1 Compose render props components
react-grid-systemโ†— 3.1.2 Bootstrap-like responsive grid system
react-keyframesโ†— 0.2.3 Create frame-based animations
react-modalโ†— 3.1.11 Accessible modal dialog component
react-motionโ†— 0.5.2 A spring that solves your animation problems
react-reduxโ†— 5.0.6 Official React bindings for Redux
react-router-domโ†— 4.2.2 Declarative routing for React
react-router-reduxโ†— 5.0.0-alpha.9 Keep your state in sync with your router
reduxโ†— 3.7.2 Predictable state container for JavaScript apps
redux-thunk 2.2.0 thunk
systemjsโ†— 0.20.19 Dynamic ES module loader
warning 3.0.0 warning

Components

Package Version Components Description
@react-web/componentsโ†—[1] components {...} All the components below
@react-web/activity-indicatorโ†— activity-indicator ActivityIndicator Activity Indicator
@react-web/app-registryโ†— app-registry AppRegistry AppRegistry
@react-web/async-loaderโ†— async-loader AsyncLoader Async Loader
@react-web/boxโ†— box Box A box view
@react-web/buttonโ†— button Button Button
@react-web/file-pickerโ†— file-picker FilePicker AppRegistry
@react-web/gridโ†—[2] grid Grid Grid
@react-web/imageโ†— image Image Image
@react-web/menuโ†— menu Menu Menu
@react-web/platformโ†— platform Platform Platform
@react-web/popupโ†— popup Popup Popup layer
@react-web/promise-viewโ†— promise-view PromiseView Promiseๅฏ่ง†ๅŒ–
@react-web/scroll-viewโ†— scroll-view ScrollView Scroll view
@react-web/sliderโ†— slider Slider Slider
@react-web/stylesheetโ†— stylesheet StyleSheet ๆ ทๅผ่กจ
@react-web/svgโ†—[2] WIP[3] Svg Svg
@react-web/textโ†— text Text ๆ–‡ๅญ—
@react-web/text-inputโ†— text-input TextInput AppRegistry
@react-web/touchableโ†— touchable { TouchableOpacity } Touchable
@react-web/triangle-arrowโ†—[2] triangle-arrow TriangleArrow Triangle arrow
@react-web/utilsโ†— utils Utils Utils
@react-web/viewโ†— view View ่ง†ๅ›พ
  • [1] : @react-web/components includes all the components, exclude [2]
  • [2] : Not included in @react-web/components, should be installed separately.
  • [3] : Working in progress, not published.

License

MIT