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: DEVIATIONS.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,11 @@
1
+
**NOTE:** This file serves as historical documentation for the history of React-lua, but ideally should not be used as an update-to-date API reference. This document makes reference to several different Roblox internal projects and links to websites and projects inaccessible to the public.
1
2
2
3
# Deviations and Conflicts
3
4
4
-
Upstream naming and logic has some deviations and incompatibilities with existing Roact. These will need to be addressed before aligned Roact can run existing Roact codebases. I'm expecting to do a combination of refactoring those codebases and introducing compatibility layers.
5
5
6
-
#### Table of Contents
6
+
Upstream naming and logic has some deviations and incompatibilities with legacy Roact. These will need to be addressed before React Lua can run existing Roact codebases. This will require a combination of refactoring those codebases and introducing compatibility layers.
7
+
8
+
## Table of Contents
7
9
8
10
*[Naming](#naming)
9
11
*[Component Lifecycle](#component-lifecycle) c
@@ -185,6 +187,8 @@ The most straightforward approach would be to export `Roact.Children` with a val
185
187
186
188
</details>
187
189
190
+
## Behavior
191
+
188
192
### Old Context (Roact only)
189
193
190
194
**Status:** ✔️ Resolved (consumers updated to comply)
0 commit comments