Packages 25
Description
Boilerplate for Isomorphic React/Flux project with live editing
Publisher
Description
Boilerplate for Chrome extension React.js project
Publisher
Description
The Node.js client for the Kairos face recognition API.
Publisher
Description
A custom monitor for replaying Redux actions that works similarly to a video player
Publisher
Description
The jsonschema validator property included is.js functions
Publisher
Description
A react native wrapper for leolin310148/ShortcutBadger.
Publisher
Description
React Native packager required babel plugins.
Publisher
Description
Injecting remotedev-app monitor into official Remote debugger of React Native
Publisher
Description
Remote Redux DevTools web, electron and chrome app.
Publisher
Description
Run the RemoteDev monitor on your local server.
Publisher
Description
A React Native component for building Globe/Map with the WhirlyGlobe Maply.
Publisher
Description
Use Redux DevTools in the Browser/Electron DevTools
Publisher
Description
MyBigDay's ESLint config
Publisher
Description
A React Native wrapper for AWS S3 SDK
Publisher
Description
Get media file metadata in your React Native app
Publisher
Description
This is a react native media player with external display controller. Support photo, video, music and background mode.
Publisher
Description
Auto select babel-preset-es2015-node version via node version
Publisher
Description
A Koa middleware for validate JSONSchema
Publisher
Description
Babel preset to make [email protected] fully ES2015 compatible
Publisher
Description
Scaffold out a react-native app
Publisher
Description
Redux DevTools instrumentation
Publisher
Description
A CLI tool for Redux remote dispatch. Used in remote-redux-devtools
Publisher
Description
Using httpolyglot to serve http/https over the same port for Webpack development server
Publisher
Description
Simple transform `arr.push(a)` to `arr[arr.length] = a`, just follow loverajoel/jstips#00