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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ Includes a router, testing utils, performance utils, more.
20
20
-[Modules](doc/MODULES.md)
21
21
-[VDOM](doc/VDOM.md)
22
22
-[Hooks](doc/HOOKS.md)
23
+
-[Hooks via builder](doc/HOOKS_BUILDER.md)
23
24
-[Refs](doc/REFS.md)
24
25
-[IDE support](doc/IDE.md)
25
26
-[The `Callback` class](doc/CALLBACK.md)
@@ -71,7 +72,7 @@ Includes a router, testing utils, performance utils, more.
71
72
*[scastie](https://github.com/scalacenter/scastie) - An interactive playground for Scala [https://scastie.scala-lang.org](https://scastie.scala-lang.org)
One additional note: Other parts of the documentation suggest that your router should always be your top level component. While in general that is true,
109
-
I though that moving the provider to a higher level component delineated the responsibilities better, you are welcome to collapse them into a single
110
-
component.
111
+
I though that moving the provider to a higher level component delineated the responsibilities better, you are welcome to collapse them into a single
0 commit comments