1.1.0 • Published 7 years ago

@react-web/store v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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.

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

Components

PackageVersionComponentsDescription
@react-web/components1components{...}All the components below
@react-web/activity-indicatoractivity-indicatorActivityIndicatorActivity Indicator
@react-web/app-registryapp-registryAppRegistryAppRegistry
@react-web/async-loaderasync-loaderAsyncLoaderAsync Loader
@react-web/boxboxBoxA box view
@react-web/buttonbuttonButtonButton
@react-web/file-pickerfile-pickerFilePickerAppRegistry
@react-web/grid2gridGridGrid
@react-web/imageimageImageImage
@react-web/menumenuMenuMenu
@react-web/platformplatformPlatformPlatform
@react-web/popuppopupPopupPopup layer
@react-web/promise-viewpromise-viewPromiseViewPromise可视化
@react-web/scroll-viewscroll-viewScrollViewScroll view
@react-web/slidersliderSliderSlider
@react-web/stylesheetstylesheetStyleSheet样式表
@react-web/svg2WIP3SvgSvg
@react-web/texttextText文字
@react-web/text-inputtext-inputTextInputAppRegistry
@react-web/touchabletouchable{ TouchableOpacity }Touchable
@react-web/triangle-arrow2triangle-arrowTriangleArrowTriangle arrow
@react-web/utilsutilsUtilsUtils
@react-web/viewviewView视图
  • 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