You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
React-Rails is a flexible tool to use [React](http://facebook.github.io/react/) with Rails. It:
11
+
* Automatically renders React server-side and client-side
12
+
* Supports Webpacker 3.x, 2.x, 1.1+
13
+
* Supports Sprockets 4.x, 3.x, 2.x
14
+
* Lets you use [JSX](http://facebook.github.io/react/docs/jsx-in-depth.html), [ES6](), [Coffeescript]()
15
+
9
16
React-Rails makes it easy to use [React](http://facebook.github.io/react/) and [JSX](http://facebook.github.io/react/docs/jsx-in-depth.html) in your Ruby on Rails (3.2 to 5+) application.
10
17
11
18
Automatic Server-side Rendering (SSR) for SEO benefits with **Webpacker** 1.1 to 3+ and Sprockets 2 to 4 support!
@@ -16,7 +23,6 @@ Example app code available here: https://github.com/BookOfGreg/react-rails-examp
16
23
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
17
24
18
25
19
-
-[Learn more](#learn-more)
20
26
-[Get started with Webpacker](#get-started-with-webpacker)
21
27
-[File naming](#file-naming)
22
28
-[Use with Asset Pipeline](#use-with-asset-pipeline)
@@ -43,19 +49,11 @@ Example app code available here: https://github.com/BookOfGreg/react-rails-examp
43
49
44
50
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
45
51
46
-
## Learn more
47
-
- React's [Getting Started guide](https://facebook.github.io/react/docs/getting-started.html)
48
-
- Use React & JSX [with Webpacker](#get-started-with-webpacker)
49
-
- or [with the asset pipeline](#use-with-asset-pipeline)
50
-
-[Rendering components in views](#view-helper)
51
-
- or [Render directly in controller actions](#controller-actions)
52
-
-[Generating components](#component-generator) in various formats
-[`ReactRailsUJS`](#ujs) for mounting and unmounting components
56
-
-[Upgrading](#upgrading) 2.3 to 2.4
57
-
-[Related Projects](#related-projects)
58
-
-[Contribute to](#contributing) the gem
52
+
53
+
The React-Rails Wiki has lots of additional information about React-Rails including many "how-to" articles and answers to the most frequently asked questions. Please browse the Wiki after finishing this README:
0 commit comments