React Transmit
Relay-inspired library based on Promises instead of GraphQL.
Inspired by: Building the Facebook Newsfeed with Relay (React blog)
Features
- API similar to the official Relay API, adapted for Promises.
- Higher-order Component (HoC) syntax is great for functional-style React.
- Composable Promise-based queries using fragments.
- Isomorphic architecture supports server-side rendering.
- Also works with React Native!
Installation
# For web or Node: npm install react-transmit # For React Native: npm install react-transmit-native
Usage
Newsfeed.js (read the comments)
;; // Import Transmit.; const Newsfeed = React; // Higher-order component that will fetch data for the above React component.;
Story.js (read the comments)
;; // Import Transmit. const Story = React; ;
Documentation
See DOCS.md
Community
Let's start one together! After you ★Star this project, follow me @Rygu on Twitter.
License
BSD 3-Clause license. Copyright © 2015, Rick Wong. All rights reserved.