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
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,13 @@ Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
46
46
The page will reload if you make edits.<br />
47
47
You will also see any lint errors in the console.
48
48
49
+
### Hooks
50
+
Toggle keywords can be used in place of changing the location of the API definition. Use of a toggle keyword will change state without reloading the API definition. While the toggle keywords are tied to working Redux state, they are not feature complete yet.
51
+
52
+
Example toggle keywords with a visual change: `hordemode` and `alliancemode` can be used to toggle the faction state, instead of clicking on the faction state text.
0 commit comments