Skip to content

Commit a3358f3

Browse files
committed
Update Part 2 sandbox and images
1 parent b16f3a2 commit a3358f3

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

docs/tutorials/essentials/part-2-app-structure.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@ The project has been created using a smaller version of [the official Redux Tool
2929
Here's the live version of the project. You can play around with it by clicking the buttons in the app preview on the right, and browse through the source files on the left.
3030

3131
<iframe
32-
class="codesandbox"
33-
src="https://stackblitz.com/github/reduxjs/redux-templates/tree/feature/redux-essentials-app-structure/packages/rtk-app-structure-example?ctl=1&embed=1&file=src%2Ffeatures%2Fcounter%2FcounterSlice.ts&terminalHeight=0"
32+
class="codesandbox"
33+
src="https://codesandbox.io/embed/github/reduxjs/redux-templates/tree/master/packages/rtk-app-structure-example?fontsize=14&hidenavigation=1&module=%2Fsrc%2Ffeatures%2Fcounter%2FcounterSlice.ts&theme=dark&runonclick=1"
34+
title="redux-essentials-example"
35+
allow="geolocation; microphone; camera; midi; vr; accelerometer; gyroscope; payment; ambient-light-sensor; encrypted-media; usb"
36+
sandbox="allow-modals allow-forms allow-popups allow-scripts allow-same-origin"
3437
></iframe>
3538
3639
If you'd like to set up this project on your own computer, you can create a local copy with this command:
-8.89 KB
Loading
-8.56 KB
Loading
-7.24 KB
Loading
-10.3 KB
Loading

0 commit comments

Comments
 (0)