7
7
[ ReactJS] ( http://facebook.github.io/react/ ) is a framework for building large, complex user
8
8
interfaces. [ Firebase] ( http://www.firebase.com/?utm_source=reactfire ) complements it perfectly
9
9
by providing an easy-to-use, realtime data source for populating the ` state ` of React components.
10
- With [ ReactFire] ( https://www.firebase.com/docs/web/libraries/react/ ) , it only takes a few lines of
11
- JavaScript to integrate Firebase into React apps via the ` ReactFireMixin ` .
10
+ With [ ReactFire] ( https://www.firebase.com/docs/web/libraries/react/?utm_source=reactfire ) , it only
11
+ takes a few lines of JavaScript to integrate Firebase into React apps via the ` ReactFireMixin ` .
12
12
13
- [ Read through our documentation] ( https://www.firebase.com/docs/web/libraries/react/ ) on using
14
- Firebase with React and [ check out our live Todo app demo] ( https://reactfiretodoapp.firebaseapp.com/ )
13
+ [ Read through our documentation] ( https://www.firebase.com/docs/web/libraries/react/?utm_source=reactfire )
14
+ on using Firebase with React and [ check out our live Todo app demo] ( https://reactfiretodoapp.firebaseapp.com/ )
15
15
to get started!
16
16
17
17
@@ -21,11 +21,11 @@ In order to use ReactFire in your project, you need to include the following fil
21
21
22
22
``` html
23
23
<!-- React JS -->
24
- <script src =" http ://fb.me/react-0.11.1 .min.js" ></script >
25
- <script src =" http ://fb.me/JSXTransformer-0.11.1 .js" ></script >
24
+ <script src =" https ://fb.me/react-0.12.0 .min.js" ></script >
25
+ <script src =" https ://fb.me/JSXTransformer-0.12.0 .js" ></script >
26
26
27
27
<!-- Firebase -->
28
- <script src =" https://cdn.firebase.com/js/client/1 .0.21 /firebase.js" ></script >
28
+ <script src =" https://cdn.firebase.com/js/client/2 .0.1 /firebase.js" ></script >
29
29
30
30
<!-- ReactFire -->
31
31
<script src =" https://cdn.firebase.com/libs/reactfire/0.3.0/reactfire.min.js" ></script >
@@ -34,7 +34,7 @@ In order to use ReactFire in your project, you need to include the following fil
34
34
Use the URL above to download both the minified and non-minified versions of ReactFire from the
35
35
Firebase CDN. You can also download them from the
36
36
[ releases page of this GitHub repository] ( https://github.com/firebase/reactfire/releases ) .
37
- [ Firebase] ( https://www.firebase.com/docs/web/quickstart.html?utm_source=geofire-js ) and
37
+ [ Firebase] ( https://www.firebase.com/docs/web/quickstart.html?utm_source=reactfire ) and
38
38
[ React] ( http://facebook.github.io/react/downloads.html ) can be downloaded directly from their
39
39
respective websites.
40
40
@@ -53,7 +53,7 @@ $ bower install reactfire --save
53
53
## Getting Started with Firebase
54
54
55
55
ReactFire requires Firebase in order to store data. You can
56
- [ sign up here] ( https://www.firebase.com/signup/?utm_source=reactfire ) for a free account .
56
+ [ sign up here for a free account ] ( https://www.firebase.com/signup/?utm_source=reactfire ) .
57
57
58
58
59
59
## Usage
@@ -72,11 +72,12 @@ The ReactFire APIs will then be available from the `this` object inside of `Exam
72
72
73
73
## Documentation and API Reference
74
74
75
- The [ ReactFire quickstart] ( https://www.firebase.com/docs/web/libraries/react/quickstart.html ) is a
76
- great place to get started. There is a walkthrough on how to create the
75
+ The [ ReactFire quickstart] ( https://www.firebase.com/docs/web/libraries/react/quickstart.html?utm_source=reactfire )
76
+ is a great place to get started. There is a walkthrough on how to create the
77
77
[ Todo app demo] ( https://reactfiretodoapp.firebaseapp.com/ ) in the
78
- [ ReactFire guide] ( https://www.firebase.com/docs/web/libraries/react/guide.html ) . Finally, there is
79
- a [ full API reference] ( https://www.firebase.com/docs/web/libraries/react/api.html ) as well.
78
+ [ ReactFire guide] ( https://www.firebase.com/docs/web/libraries/react/guide.html?utm_source=reactfire ) .
79
+ Finally, there is a [ full API reference] ( https://www.firebase.com/docs/web/libraries/react/api.html?utm_source=reactfire )
80
+ as well.
80
81
81
82
82
83
## Contributing
@@ -99,4 +100,4 @@ source files when a change occurs. The output files - `reactfire.js` and `reactf
99
100
written to the ` /dist/ ` directory.
100
101
101
102
You can run the test suite by navigating to ` file:///path/to/reactfire/tests/index.html ` or via the
102
- command line using ` gulp test ` .
103
+ command line using ` gulp test ` .
0 commit comments