react
A 5-post collection
Relay Modern - Easy Polling
Relay & GraphQl offer the ability to listen for updates via subscriptions. This can be a very powerful tool for creating a real-time collaborative application. Subscriptions »
Redux Form v6 Dropzone Example
I've updated my Dropzone example to work with v6 of redux-form. It's on github at dropzone-redux-form-example. The v5 version can still be viewed at 40cc8b1700b8c70e4c8dca67851089a938026396. This »
Redux Form and Dropzone React Example
Update: This project now supports v6 of redux-form. Details are here: /blog/redux-form-v6-dropzone-example/ After seeing a few requests for an example of react dropzone and redux-form. »
React Native 0.11+ Keyboard Display Events
In React Native 0.11.0-rc we no longer need a package like react-native-keyboardevents we can simply use: import { DeviceEventEmitter } from 'react-native'; DeviceEventEmitter.addListener('keyboardWillShow', (e) »
Credit Card Scanning in React Native
I'm happy to announce my first react-native package; react-native-card.io. You can view the project on GitHub, there is also an Example iOS Project to get »