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
Create a comprehensive tutorial that guides users through building Sample03Wasm, demonstrating TimeWarp.State.Plus's routing capabilities. The tutorial will build upon the ReduxDevTools sample, showing how to implement stack-based navigation management with features like breadcrumb navigation, direct route changes, and back navigation.
6
+
7
+
## Requirements
8
+
9
+
- Tutorial must follow the progression from ReduxDevTools sample to routing implementation
Copy file name to clipboardExpand all lines: Samples/01-ReduxDevTools/Wasm/Readme.md
+6
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,12 @@ description: Learn how to integrate Redux DevTools with TimeWarp.State for enhan
7
7
8
8
# Adding Redux DevTools to TimeWarp.State
9
9
10
+
> [!TIP]
11
+
> View the complete reference implementation for this tutorial:
12
+
> -[Sample01Wasm Project](./Sample01Wasm/)
13
+
> -[Program.cs with Redux Configuration](./Sample01Wasm/Program.cs)
14
+
> -[App.razor with Redux Components](./Sample01Wasm/App.razor)
15
+
10
16
This tutorial demonstrates how to add Redux DevTools support to your TimeWarp.State Blazor WebAssembly application. Redux DevTools provides powerful debugging capabilities, allowing you to monitor state changes, inspect actions, and understand your application's behavior.
0 commit comments