New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

reactfly

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reactfly

ReactJS Flybase mixin

Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

ReactJS is a framework for building large, complex user interfaces.

Flybase complements it perfectly by providing an easy-to-use, realtime data source for populating the state of React components.

With ReactFly, it only takes a few lines of JavaScript to integrate Flybase data into React apps via the ReactFlyMixin.

Getting Started With Flybase

ReactFly requires a Flybase account in order to sync and store data. Flybase is a real-time platform designed to help you develop your app, grow your user base, and earn money. You can sign up here for a free account.

Downloading ReactFly

In order to use ReactFly in your project, you need to include the following files in your HTML:

<!-- React -->
<script src="https://fb.me/react-15.0.1.min.js"></script>
<script src="https://fb.me/react-dom-15.0.1.min.js"></script>

<!-- Flybase -->
<script src="https://cdn.flybase.io/flybase.js"></script>

<!-- ReactFly -->
<script src="https://cdn.flybase.io/reactfly.min.js"></script>

You can also install ReactFly via npm or Bower. If downloading via npm, you will have to install React and Flybase separately (that is, they are peerDependencies):

$ npm install reactfly react flybase --save

On Bower, the React and Flybase dependencies will be downloaded automatically alongside ReactFly:

$ bower install reactfly --save

Documentation

Examples

Keywords

react

FAQs

Package last updated on 27 Jun 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts