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: src/whackds.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,11 @@ WhackDS (Design Suite) is the primary method through which creators extend the D
4
4
5
5
## Relationship with other technologies
6
6
7
-
WhackDS can be thought as the "React.js" counterpart of the Whack framework. Certain advantages compared to React.js is that WhackDS does not suffer from stale captures of states, fixtures (or React.js "refs") and context reflections.
7
+
WhackDS can be thought as the "React.js" counterpart of the Whack framework. Certain advantages compared to React.js include:
8
+
9
+
- No stale captures of states, fixtures (or React.js "refs") and context reflections.
0 commit comments