Skip to content

Commit 700c92b

Browse files
committed
Merge remote-tracking branch 'upstream/master' into issue-464-merge-webpacker-lite-into-webpacker-v2
* upstream/master: Update React pointers to include react on rails
2 parents 2d2649e + b95ca05 commit 700c92b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -561,9 +561,9 @@ and
561561

562562
#### React
563563

564-
You may consider using [react-rails](https://github.com/reactjs/react-rails) or
565-
[webpacker-react](https://github.com/renchap/webpacker-react) for more advanced react integration.
566-
However here is how you can do it yourself:
564+
If you need more advanced React-integration, like server rendering, redux, or react-router, see [shakacode/react_on_rails](https://github.com/shakacode/react_on_rails), [react-rails](https://github.com/reactjs/react-rails), and [webpacker-react](https://github.com/renchap/webpacker-react).
565+
566+
If you're not concerned with view helpers to pass props or server rendering, can do it yourself:
567567

568568
```erb
569569
<%# views/layouts/application.html.erb %>

0 commit comments

Comments
 (0)