We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fe2e0b commit db15fc6Copy full SHA for db15fc6
1 file changed
src/overview/relation/reactjs.md
@@ -94,9 +94,9 @@ As to Map objects:
94
m = { ...m, k: v };
95
```
96
97
-## References
+## Bindables
98
99
-In Jet+Fuse the concept of "refs" is more formally called *references*.
+In Jet+Fuse the concept of "refs" is called *bindables*.
100
101
102
package com.business.components {
@@ -111,7 +111,7 @@ package com.business.components {
111
}, []);
112
113
return (
114
- <j:Button reference={button}>click me</j:Button>
+ <j:Button bind={button}>click me</j:Button>
115
);
116
}
117
0 commit comments