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
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,9 @@
2
2
3
3
`react-canvas` fork which supports React 18.2.0 using custom fiber renderer.
4
4
5
-
Check out other branches which might support other React versions (for example branch `react-17` should work with React 17.0.2)
5
+
Check out other branches which might support other React versions, for example branches:
6
+
-`react-17` should work with React 17.0.2
7
+
-`react-16` should work with React 16.14.0
6
8
7
9
Previous work / forks:
8
10
@@ -84,7 +86,7 @@ React Canvas provides a set of standard React components that abstract the under
84
86
85
87
React Canvas components support the same event model as normal React components. However, not all event types are currently supported.
86
88
87
-
For a full list of supported events see [EventTypes](lib/EventTypes.js).
89
+
For a full list of supported events see [EventTypes](src/EventTypes.js).
88
90
89
91
## Building Components
90
92
@@ -147,7 +149,7 @@ There is experimental support for using [css-layout](https://github.com/facebook
147
149
148
150
Future versions may not support css-layout out of the box. The performance implications need to be investigated before baking this in as a core layout principle.
149
151
150
-
See the [css-layout example](examples/css-layout).
0 commit comments