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 - npm Package Compare versions

Comparing version
1.0.3
to
1.0.4
+1
-1
package.json
{
"name": "reactfly",
"description": "ReactJS Flybase mixin",
"version": "1.0.3",
"version": "1.0.4",
"author": "Flybase (https://flybase.io/)",

@@ -6,0 +6,0 @@ "homepage": "https://github.com/flybaseio/reactfly/",

[ReactJS](https://facebook.github.io/react/) is a framework for building large, complex user interfaces.
[Flybase](https://flybase.io/) complements it perfectly by providing an easy-to-use, realtime data source for populating the `state` of React components.
[Flybase](https://flybase.io/) works perfectly with ReactJS by providing an easy-to-use, real-time platform 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`.
With the ReactFly helper library, 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](https://flybase.io/) 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](https://app.flybase.io/signup).
The ReactFly helper library requires a [Flybase](https://flybase.io/) account in order to sync and store data. You can [sign up here for a free account](https://app.flybase.io/signup).

@@ -29,3 +27,3 @@ ## Downloading ReactFly

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

@@ -39,3 +37,2 @@

```bash

@@ -45,9 +42,8 @@ $ bower install reactfly --save

## Further Reading
## Documentation
* [Quickstart](https://docs.flybase.io/web/libraries/react/)
## Examples
## Code Sample
* [Todo App](examples/)
If you check out the [examples](examples/) folder, you'll see an example of using Flybase with plain React, and using Flybase with the ReactFly Mixin, so you can see how easy it is to integrate.