We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87ccbdf commit 0fdcf3dCopy full SHA for 0fdcf3d
README.md
@@ -59,7 +59,7 @@ When you add a component to `components/`, you can [render it in a Rails view](#
59
The component name tells `react-rails` where to load the component. For example:
60
61
`react_component` call | component `require`
62
-=======================|======================
+-----|-----
63
`react_component("Item")` | `require("Item")`
64
`react_component("items/index")` | `require("items/index")`
65
`react_component("items.Index")` | `require("items").Index`
0 commit comments